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"]