tweaking tsconfig.json

This commit is contained in:
evilchili
2026-08-10 11:48:01 -07:00
parent ba75124cc5
commit 464dd32b8f
7 changed files with 120 additions and 36 deletions
+2 -1
View File
@@ -2,8 +2,9 @@
"compilerOptions": {
"strict": true,
"target": "ES2025",
"module": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"types": ["node"],
"forceConsistentCasingInFileNames": true,
"outDir": "dist/lib",
"rootDir": "src/ts"