ConnectForce/tsconfig.json

13 lines
216 B
JSON
Raw Normal View History

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