diff --git a/tsconfig.json b/tsconfig.json index 4d72b874..5d3ba08e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + "skipLibCheck": true }, "compileOnSave": true, "buildOnSave": true, @@ -31,6 +32,7 @@ "placeOpenBraceOnNewLineForControlBlocks": false }, "exclude": [ + "node_modules/*", "public-typescript/*" ] }