tweaking compiler options

This commit is contained in:
evilchili
2026-08-10 12:20:38 -07:00
parent d16e30caa5
commit 4bfaf1b23c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "CommonJS",
"module": "ES2022",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,