Files
pavelle/tsconfig.json
T
naomi 15ecbf5bbe
Node.js CI / Lint and Test (pull_request) Successful in 45s
feat: initial prototype
2025-08-14 23:12:44 -07:00

9 lines
157 B
JSON

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