Skip to content

v3.0.11

Latest
Compare
Choose a tag to compare
@staskobzar staskobzar released this 26 Mar 14:58

Build Types Without Path Aliases (#173)

by @leifmarcus

  • fix VSCode recommendations

use the current suggested vue extensions and remove deprecated extensions

  • Add tsc-alias to fix aliases in build output

  • move tsc parameters to the tsconfig.build-types

with this, we don’t need to specify the parameters in the script anymore. vue-tsc and tsc-alias wil use the same parameter from the config file

  • fix: target needs to be set inside the compiler options.

  • chore: add types for Vitest and Vite in tsconfig