diff --git a/tsconfig.json b/tsconfig.json index 0f5d76c3..b08c9e21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "sourceMap": true, "outDir": "dist", "baseUrl": ".", + "skipLibCheck": true, "paths": { "*": [ "node_modules/*", @@ -19,4 +20,4 @@ "include": [ "src/**/*" ] -} \ No newline at end of file +}