diff --git a/tsconfig.json b/tsconfig.json index bf10a23..d8e88dc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", - "incremental": true + "incremental": true, + "skipLibCheck": true } }