vitest/test/typescript/package.json
2023-11-10 13:24:26 +01:00

16 lines
289 B
JSON

{
"type": "module",
"scripts": {
"test": "vitest",
"types": "vitest --typecheck --run",
"tsc": "tsc --watch --pretty false --noEmit"
},
"dependencies": {
"vitest": "workspace:*"
},
"devDependencies": {
"typescript": "^5.2.2",
"vue-tsc": "^1.8.20"
}
}