Open holvi-sebastian opened 3 months ago
When extending a tsconfig that is referenced with module syntax, without the /tsconfig.json filename, unplugin-swc fails to load the tsconfig.
/tsconfig.json
unplugin-swc
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: https://github.com/egoist/load-tsconfig/pull/27
load-tsconfig
After its merged, unplugin-swc should update its load-tsconfig version.
https://github.com/holvi-sebastian/load-tsconfig/tree/support-module-references-in-extends
n/a
pnpm
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: https://github.com/egoist/load-tsconfig/pull/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