Files
data/tsconfig.json
T
naomi 03c559b6cf
Node.js CI / Lint and Test (push) Failing after 1m0s
feat: initial prototype
2025-09-22 16:45:38 -07:00

8 lines
182 B
JSON

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