diff --git a/tsconfig.json b/tsconfig.json index b7cd75b..2f6d036 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "noImplicitAny": true, "allowJs": true, "noEmit": true, - "outDir": "dist", - "resolveJsonModule": true + "resolveJsonModule": true, + "skipDefaultLibCheck": true } }