diff --git a/tsconfig.json b/tsconfig.json index d941f01..0e0030f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,10 +10,12 @@ "preserveConstEnums": true, "esModuleInterop": true, "sourceMap": true, - "outDir": "./dist" + "outDir": "./dist", + "skipLibCheck": true, }, "include": [ "src/**/*", + "scripts/**/*", "**/*.spec.ts" ], "exclude": [