Files
fcc-review-generator/tsconfig.json
T
naomi 9896bff829
Node.js CI / Lint and Test (push) Failing after 58s
feat: initial prototype
2025-10-07 11:38:38 -07:00

7 lines
138 B
JSON

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