fix: make it regular ts
Node.js CI / Lint and Test (push) Successful in 1m22s

This commit is contained in:
2025-07-14 14:23:51 -07:00
parent 15b4626f8d
commit 0fd4218e31
7 changed files with 15 additions and 18649 deletions
-2
View File
@@ -3,8 +3,6 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
"resolveJsonModule": true,
"module": "esnext"
},
"exclude": ["./getDocs.ts"]
}