Files
tyche/tsconfig.json
naomi e2a6a44741
Node.js CI / Lint and Test (push) Successful in 32s
feat: initial prototype
2025-11-08 15:26:36 -08:00

7 lines
137 B
JSON

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