Files
hikari/server/tsconfig.json
T
naomi 15b4626f8d
Node.js CI / Lint and Test (push) Successful in 1m24s
fix: bugs?
2025-07-14 14:18:00 -07:00

10 lines
233 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
"resolveJsonModule": true,
"module": "esnext"
},
"exclude": ["./getDocs.ts"]
}