diff --git a/tsconfig.json b/tsconfig.json index 9e03e60..0b8b8d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "ESNext", "lib": ["ES2020", "DOM", "DOM.Iterable"], "skipLibCheck": true, + "noImplicitAny": false, /* Bundler mode */ "moduleResolution": "bundler",