Problem
Adopting TypeScript 7 would be very beneficial since it speeds up many tasks from IntelliSense performance to speeding up production builds.
Currently, using TypeScript 7 will lead to failed builds since vp pack is not compatible with TypeScript 7 as of vite-plus: 0.2.4.
See relevant issue:
Possible Solution
The upstream fix has already been merged at voidzero-dev/vite-plus#2168.
We just need to wait for the next vite-plus release that should have the updated deps.
Alternative Solutions
The current workaround that the repository uses is to use TypeScript 6.
Problem
Adopting TypeScript 7 would be very beneficial since it speeds up many tasks from IntelliSense performance to speeding up production builds.
Currently, using TypeScript 7 will lead to failed builds since
vp packis not compatible with TypeScript 7 as ofvite-plus: 0.2.4.See relevant issue:
vp packfails generating dts with TypeScript 7.0.1-rc: No "exports" main defined voidzero-dev/vite-plus#2160Possible Solution
The upstream fix has already been merged at voidzero-dev/vite-plus#2168.
We just need to wait for the next vite-plus release that should have the updated deps.
Alternative Solutions
The current workaround that the repository uses is to use TypeScript 6.