You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It resolves the package and extends the contents of it.
Actual behavior:
It can't find the file. Instead of looking in <...projectLocation>/project/node_modules/@my-team/tsconfig-base it looks for <...projectLocation>/project/@my-team/tsconfig-base.
I am not sure how or when, so cannot share a lot. If I find any information regarding what was wrong and how to solve it, I will share it here in case anyone gets the same error.
TypeScript Version: 3.4.1
Search Terms:
Code
tsconfig.json
Expected behavior:
It resolves the package and extends the contents of it.
Actual behavior:
It can't find the file. Instead of looking in
<...projectLocation>/project/node_modules/@my-team/tsconfig-base
it looks for<...projectLocation>/project/@my-team/tsconfig-base
.Related issue: #18865
The text was updated successfully, but these errors were encountered: