vega-frontend-monorepo/apps/static/tsconfig.json
2022-03-31 09:11:29 +02:00

14 lines
197 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}