Files
maribelle/tsconfig.json
T
nerdychara 1e25328711
Node.js CI / CI (pull_request) Failing after 18s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 49s
able to sign in and create a local database
2026-01-06 15:50:17 -05:00

9 lines
175 B
JSON

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