Assist_Design/tsconfig.json

10 lines
177 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{ "path": "./packages/domain" },
{ "path": "./apps/bff" },
{ "path": "./apps/portal" }
]
}