ConnectForce/tsconfig.json

16 lines
280 B
JSON
Raw Normal View History

2022-12-04 19:47:18 +00:00
{
"extends": "./tsconfig.base.json",
"references": [
{
"path": "./app.jsconfig.json"
},
{
"path": "./eslint.jsconfig.json"
},
2022-12-04 19:47:18 +00:00
{
"path": "./gulp.tsconfig.json"
}
],
"include": []
}