aria-iuvo/tsconfig.json
Naomi Carrigan 88b28364c6
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 35s
feat: initial project prototype
2025-02-10 13:20:54 -08:00

7 lines
137 B
JSON

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