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
As a workaround, removing rollupTypes from the vite-plugin-dts seems to work, it just doesn't bundle the .d.ts files anymore but that's not too big of a deal.
The text was updated successfully, but these errors were encountered:
In the latest version, the generated
dist/baklava.d.ts
file is:This was caused by the splitting up of the
tsconfig
files following newer vite conventions, see:qmhc/vite-plugin-dts#344
After fixing this however, there are other issues I'm running into with
vite-plugin-dts
.qmhc/vite-plugin-dts#399
Which is blocked by:
microsoft/rushstack#4815
As a workaround, removing
rollupTypes
from the vite-plugin-dts seems to work, it just doesn't bundle the.d.ts
files anymore but that's not too big of a deal.The text was updated successfully, but these errors were encountered: