Files
discord-analytics/tsconfig.json
T
naomi 8aabf08555
Node.js CI / Lint and Test (push) Successful in 32s
feat: potential prototype
2025-10-07 17:25:46 -07:00

7 lines
138 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"outDir": "./prod",
"rootDir": "./src"
},
}