TypeScript
JS or TS templates for the whole project.
Defaults to Yes. Selects ts/ vs js/ trees for shared templates and features.
Vite SPA
- May copy tuned
tsconfig.app.jsonwith@/* - Ensures
@types/reactpackages when missing - JS mode:
buildbecomesvite build(notsc)
React Router
- Official scaffold is TS-first
- JS mode: Dose converts sources and keeps
allowJstsconfig
Next.js
create-next-app --tsor--js