Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
Something went wrong. Try again.
JSON
1234567891011121314151617181920212223{ "name": "@vitest/example-typecheck", "type": "module", "private": true, "license": "MIT", "main": "index.js", "scripts": { "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run" }, "devDependencies": { "@types/node": "^24.13.3", "@vitest/ui": "latest", "typescript": "^5.9.3", "vite": "latest", "vitest": "latest" }, "stackblitz": { "startCommand": "npm run test:ui" }}