Files
dsa/tsconfig.json
T
naomi 9e7387a281
Node.js CI / Lint and Test (push) Successful in 22s
feat: add template to make my life easier
2025-12-03 10:00:55 -08:00

8 lines
188 B
JSON

{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"noEmit": true
},
"exclude": ["vitest.config.ts", "_template/**/*"]
}