feat: sort files based on order.json
Node.js CI / Lint and Test (push) Failing after 1m0s

This commit is contained in:
2025-10-08 10:28:12 -07:00
parent 706b9829b9
commit 6132aaef3e
5 changed files with 28 additions and 4 deletions
+4 -1
View File
@@ -2,6 +2,9 @@
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
"rootDir": "./src",
"resolveJsonModule": true,
"module": "esnext",
"lib": ["es2024"]
},
}