Files
callista/tsconfig.json
naomi c7dd989a9e
Node.js CI / Lint and Test (push) Successful in 34s
feat: initial prototype
2025-10-04 18:11:37 -07:00

8 lines
124 B
JSON

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