Add all projects to the tsconfig.json file

This commit is contained in:
Manuel Thalmann 2022-12-05 18:46:46 +01:00
parent 5ae479fee7
commit 411c8b3741

View file

@ -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"
} }