Update tsconfig.json

This commit is contained in:
Tarrgon
2026-06-13 18:22:50 -04:00
parent a38cb387c2
commit b57c427ed9
+3 -4
View File
@@ -1,12 +1,11 @@
{ {
"compilerOptions": { "compilerOptions": {
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"target": "esnext", "target": "esnext",
"module": "es2022", "module": "es2022",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"strict": true,
"noUnusedLocals": true,
"noImplicitAny": false,
"esModuleInterop": true, "esModuleInterop": true,
"lib": ["ES2021.String"], "lib": ["ES2021.String"],
"skipLibCheck": true, "skipLibCheck": true,