Files
ephemere/tsconfig.json
T
naomi cb6934ef22
Node.js CI / Lint and Test (push) Successful in 31s
feat: scaffold
2025-08-27 12:30:25 -07:00

8 lines
125 B
JSON

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