Files
caelia/tsconfig.json
T
naomi dc317abfff
Node.js CI / Lint and Test (push) Failing after 38s
feat: initial prototype
2025-08-22 13:40:16 -07:00

8 lines
124 B
JSON

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