Do you use TypeScript for all Vue projects? +
It's my default for new projects. The upfront investment in typing pays off quickly in fewer bugs and better team collaboration.
Can you migrate my Vue 2 JS project to Vue 3 + TypeScript? +
Yes. I handle Vue 2 → Vue 3 migration and add TypeScript incrementally so you're never stuck with a broken codebase.
Do you use strict TypeScript or relaxed settings? +
Strict mode by default. It catches the most bugs. I can relax specific rules if they cause issues with third-party libraries.
Can you type REST API responses from a Laravel backend? +
Yes. I generate TypeScript interfaces that mirror your Laravel API responses so the frontend is always in sync with the backend contracts.
Do you write TypeScript for Node.js as well? +
Primarily my TypeScript work is on the frontend (Vue.js), but I'm comfortable with Node.js TypeScript for tooling and scripts.