diff --git a/tsconfig.json b/tsconfig.json index e5d30d5d..72e02ca2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "outDir": "lib", "sourceMap": true, "declaration": true, - "stripInternal": true + "stripInternal": true, + "skipLibCheck": true }, "include": [ "src/**/*" @@ -15,4 +16,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}