Add all projects to the tsconfig.json
file
This commit is contained in:
parent
5ae479fee7
commit
411c8b3741
|
@ -1,6 +1,12 @@
|
||||||
{
|
{
|
||||||
"extends": "./tsconfig.base.json",
|
"extends": "./tsconfig.base.json",
|
||||||
"references": [
|
"references": [
|
||||||
|
{
|
||||||
|
"path": "./app.jsconfig.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "./eslint.jsconfig.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "./gulp.tsconfig.json"
|
"path": "./gulp.tsconfig.json"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue