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
tsc-alias is not resolving aliased root directory defined in tsconfig.json paths parameter. I tried different versions of typescript and tsc-alias and it didn't work.
I was in trouble as the same. After 1 hour trying, I solved it by simplely removing the "tsc-alias" config in tsconfig.json. It seem that when this config added, tsc-alias will jump all of the files. What an odd behavior!
I was in trouble as the same. After 1 hour trying, I solved it by simplely removing the "tsc-alias" config in tsconfig.json. It seem that when this config added, tsc-alias will jump all of the files. What an odd behavior!
@lozyue I tried removing tsc-alias from tsconfig as you mentioned but still got unresolved paths when compiling.
tsc-alias is not resolving aliased root directory defined in tsconfig.json paths parameter. I tried different versions of typescript and tsc-alias and it didn't work.
tsconfig.json :
The text was updated successfully, but these errors were encountered: