vitest/test/typescript/package.json

17 lines
319 B
JSON

{
"type": "module",
"scripts": {
"test": "vitest",
"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"
}
}