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
loadConfig() function report error: tsc-alias error: File undefined not found
when tsconfig.json has non-local config extends
{
"extends": "@tsconfig/node18/tsconfig.json",
}
"non-local config extends" can reference here: https://github.com/tsconfig/bases/#recommended-tsconfigjson
The text was updated successfully, but these errors were encountered:
loadConfig() function report error: tsc-alias error: File undefined not found when tsconfig.json has non-local config extends { "extends": "@tsconfig/node18/tsconfig.json", } "non-local config extends" can reference here: https://github.com/tsconfig/bases/#recommended-tsconfigjson
@lrobot What you are trying to do has already been successfully tested here. You can leave us the link of an example project that fails and reproduces this bug.
loadConfig() function report error:
tsc-alias error: File undefined not found
when tsconfig.json has non-local config extends
{
"extends": "@tsconfig/node18/tsconfig.json",
}
"non-local config extends" can reference here: https://github.com/tsconfig/bases/#recommended-tsconfigjson
The text was updated successfully, but these errors were encountered: