BangSo/infra/sandboxes/supervisor/tsconfig.json

9 lines
138 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"noEmit": true
},
"include": ["src"]
}