diff --git a/tsconfig.json b/tsconfig.json index 97a9298..ae43f6d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "importHelpers": true, "isolatedModules": true, "strictNullChecks": true, + "skipLibCheck": true, "lib": ["ES2018", "DOM"] }, "include": ["src/**/*.ts"]