Dynavera/tsconfig.json

17 lines
227 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./apps/web"
},
{
"path": "./apps/api-e2e"
},
{
"path": "./apps/api"
}
]
}