diff --git a/tsconfig.json b/tsconfig.json index a9e4ae5..ad26dc7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,13 +4,18 @@ "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, + "noImplicitAny": false, + "strictNullChecks": false, + "strictFunctionTypes": false, + "strictBindCallApply": false, + "strictPropertyInitialization": false, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, - "isolatedModules": true, + "isolatedModules": false, "jsx": "preserve", "incremental": true, "plugins": [