diff --git a/tsconfig.json b/tsconfig.json index fa31409..18e64dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,11 @@ { "compilerOptions": { - "strict": true, - "noUnusedLocals": true, - "noImplicitAny": false, - "target": "esnext", "module": "es2022", "moduleResolution": "bundler", + "strict": true, + "noUnusedLocals": true, + "noImplicitAny": false, "esModuleInterop": true, "lib": ["ES2021.String"], "skipLibCheck": true,