Files
maribelle/tsconfig.json
nerdychara 0a0c8dc17c
Node.js CI / CI (pull_request) Failing after 19s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 52s
move generated folder back to where it belongs
2026-01-07 09:05:18 -05:00

9 lines
177 B
JSON

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