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
While path mapping functions correctly in rollup-plugin-dts, I'm facing an issue with unbuild where it fails to resolve paths, even though the configuration matches the test case at:
Environment
node v18.19.1
pnpm v9.7.1
Reproduction
Describe the bug
run the reproduction, you can see
dist/tsup/index.type.d.ts
anddist/unbuild/index.type.d.ts
on tsup, the compilerOptions parameter is valid like this:
on unbuild, the compilerOptions parameter is invalid like this:
the
build.config.ts
file:Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: