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