From 9f4aacc7fadd04ff6bc568153798685f55fd19f1 Mon Sep 17 00:00:00 2001 From: siddarth Date: Mon, 6 Jul 2020 22:42:01 +0530 Subject: [PATCH] fix(libCheck): skip typescript checking of liibs --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": [