From b57c427ed99860db70adadd89a0cdcb171faa119 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:22:50 -0400 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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,