Files
sorielle/tsconfig.json
T
naomi fe70dcc49f
Node.js CI / Lint and Test (pull_request) Successful in 46s
feat: initial prototype
2025-07-19 19:46:36 -07:00

9 lines
167 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod"
},
"exclude": ["test", "vitest.config.ts"]
}