mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "@vitest/test-typescript",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest --test-timeout 60000",
|
|
"types": "vitest --typecheck --run",
|
|
"tsc": "tsc --watch --pretty false --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vitest": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"googleapis": "^128.0.0",
|
|
"typescript": "^5.2.2",
|
|
"vue-tsc": "^1.8.20"
|
|
}
|
|
}
|