Open lakardion opened 1 month ago
It's about time we leave behind JS in the Vue template. Vite has native support for TS so this should be just about .js->.ts and properly type any these files in case they need them.
.js
.ts
It's about time we leave behind JS in the Vue template. Vite has native support for TS so this should be just about
.js
->.ts
and properly type any these files in case they need them.