switching compiler options

This commit is contained in:
evilchili
2026-08-10 12:25:39 -07:00
parent 4bfaf1b23c
commit 1321d4fb81
8 changed files with 38 additions and 120 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "ES2022",
"target": "esnext",
"module": "esnext",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,