lucinda/server/tsconfig.json
Naomi Carrigan ed98ec6642
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 47s
feat: initial infrastructure
2025-05-22 19:04:44 -07:00

7 lines
138 B
JSON

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