switching module options

This commit is contained in:
evilchili
2026-08-10 12:19:01 -07:00
parent 0fbefbd085
commit d16e30caa5
8 changed files with 121 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,