standup-bot/tsconfig.json
Naomi Carrigan f3ab9e541f
All checks were successful
Node.js CI / Lint and Test (push) Successful in 31s
feat: initial prototype
2025-02-25 16:37:00 -08:00

9 lines
175 B
JSON

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