BangSo/apps/api/tsconfig.json

10 lines
170 B
JSON
Raw Normal View History

2026-09-01 16:51:19 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true
},
"include": ["src"],
"exclude": ["src/**/*.test.ts"]
}