diff --git a/tsconfig.json b/tsconfig.json index b0db654..23539b6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,7 @@ "moduleResolution": "nodenext", "noImplicitAny": true, "strictNullChecks": true, - "strictPropertyInitialization": true + "strictPropertyInitialization": true, + "skipLibCheck": true } } \ No newline at end of file