From ea080c48f2324f3e036bd05d1587549cc3cd31ed Mon Sep 17 00:00:00 2001 From: codebox283 Date: Sun, 16 Feb 2025 20:11:50 +0530 Subject: [PATCH] removed ts error --- tsconfig.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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": [