From 42469297fb408f68822157b5946f265f75f426e0 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Tue, 10 Dec 2024 14:42:10 -0300 Subject: [PATCH] drop skipLibCheck --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7ed5027..a6bb786 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "allowSyntheticDefaultImports": true, "esModuleInterop": true, "importHelpers": true, - "skipLibCheck": true, "lib": ["es2015", "es2017", "dom"], "outDir": "./lib", "types": ["webpack-env"]