gwen-abalise/tsconfig.json
Naomi Carrigan 5fc6d664e4
Some checks failed
Node.js CI / Lint and Test (push) Has been cancelled
feat: initial prototype
2025-02-23 19:45:53 -08:00

8 lines
190 B
JSON

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