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
When extending a tsconfig that is referenced with module syntax, without the /tsconfig.json filename, unplugin-swc fails to load the tsconfig.
The problem is with load-tsconfig not correctly handling the (otherwise valid) case. I have opened a PR to fix this issue in that repo: egoist/load-tsconfig#27
After its merged, unplugin-swc should update its load-tsconfig version.
Describe the bug
When extending a tsconfig that is referenced with module syntax, without the
/tsconfig.json
filename,unplugin-swc
fails to load the tsconfig.The problem is with
load-tsconfig
not correctly handling the (otherwise valid) case. I have opened a PR to fix this issue in that repo: egoist/load-tsconfig#27After its merged,
unplugin-swc
should update itsload-tsconfig
version.Reproduction
https://github.com/holvi-sebastian/load-tsconfig/tree/support-module-references-in-extends
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: