tweaking tsconfig.json

This commit is contained in:
evilchili
2026-08-10 12:00:52 -07:00
parent 464dd32b8f
commit 4b05cb9acc
7 changed files with 36 additions and 119 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "commonjs",
"module": "ES2022",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,