vega-frontend-monorepo/apps/static/tsconfig.json
2022-11-15 15:26:13 +01:00

13 lines
182 B
JSON

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