Files
saisoku/tsconfig.json
T
naomi 13c12f3465
Node.js CI / Lint and Test (push) Successful in 1m27s
feat: initial project prototype
2025-11-12 19:32:40 -08:00

7 lines
137 B
JSON

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