add a path of tsconfig.base.json file in tsconfig

This commit is contained in:
Rajnikant Lodhi 2022-07-14 16:10:33 +05:30
parent eff4ed11d6
commit fe7f65c723

View File

@ -12,6 +12,9 @@
},
{
"path": "./src/tsconfig.spec.json"
},
{
"path": "tsconfig.base.json"
}
]
}