Skip to content
Grok

Reading Errors

Run Typechecker

เพิ่ม --typecheck ใน

json
{
  "scripts": {
    "test": "vitest --typecheck"
  }
}

run typecheck

bash
npm run test
bash
yarn test
bash
pnpm run test
bash
bun test