tsc-alias error: File undefined not found, when in function: loadConfig()
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
+1, I have gotten this too, would be good to see a fix. My build still outputs, I get an error in console alongside it and paths don't get transformed
It looks like this library could make use of https://www.npmjs.com/package/get-tsconfig
It looks like this library could make use of https://www.npmjs.com/package/get-tsconfig
This package completely breaks project 1 and 20 tests, you can try it and see.
loadConfig() function report error:
tsc-alias error: File undefined not foundwhen 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.