Files
chibika/tsconfig.json
T
naomi 954cad4494
Node.js CI / Lint and Test (pull_request) Successful in 37s
feat: tests and workflow
2025-07-19 16:09:32 -07:00

9 lines
167 B
JSON

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