ConnectForce/tsconfig.json

13 lines
214 B
JSON
Raw Normal View History

2022-12-01 23:10:48 +00:00
{
"extends": "./tsconfig.base.json",
"files": [],
"references": [
{
"path": "./tsconfig.build.json"
},
{
2022-12-01 23:58:56 +00:00
"path": "./misc.tsconfig.json"
2022-12-01 23:10:48 +00:00
}
]
}