mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"types": "vitest typecheck --run",
|
|
"tsc": "tsc --watch --pretty false --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vitest": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.8.4",
|
|
"vue-tsc": "^0.40.13"
|
|
}
|
|
}
|