diff --git a/tsconfig.json b/tsconfig.json index 6b9368e..ec1f6e1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "useDefineForClassFields": true, "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], - "skipLibCheck": false, + "skipLibCheck": true, /* Bundler mode */ "resolveJsonModule": true,