359 B
359 B
/type-check Command
Run TypeScript type checking on the project.
Usage
/type-check
What This Command Does
- Runs
vue-tsc --noEmitto check TypeScript types - Reports type errors with file locations and line numbers
- Helps catch type issues before build
Example
/type-check
Checks all TypeScript files for type errors.