svelte/check

Type Checking

Run Svelte type checking

svelte
check
types

Command

npm run check

Explanation

Run TypeScript type checking on Svelte components and application code.

Examples

Run type checking

npm run check

Watch mode type checking

npm run check -- --watch