Docs menu

TypeScript

JS or TS templates for the whole project.

Defaults to Yes. Selects ts/ vs js/ trees for shared templates and features.

React + Vite

Vite SPA

  • May copy tuned tsconfig.app.json with @/*
  • Ensures @types/react packages when missing
  • JS mode: build becomes vite build (no tsc)
Router

React Router

  • Official scaffold is TS-first
  • JS mode: Dose converts sources and keeps allowJs tsconfig
Next.js

Next.js

  • create-next-app --ts or --js