BangSo/infra/sandboxes/supervisor/tsconfig.json

9 lines
138 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"]
}