Skip to content

Reading Errors

Run Typechecker

เพิ่ม --typecheck ใน

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

run typecheck

sh
npm run test
sh
yarn test
sh
pnpm run test
sh
bun test

Released under the MIT License