vitest/test/typescript/package.json
Vladimir 7c7f33d5fc
feat: add typechecking functionality (#2107)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-11-07 23:49:15 +08:00

16 lines
291 B
JSON

{
"scripts": {
"test": "vitest",
"types": "vitest typecheck --run",
"tsc": "tsc --watch --pretty false --noEmit"
},
"dependencies": {
"vitest": "workspace:*"
},
"devDependencies": {
"execa": "^6.1.0",
"typescript": "^4.8.4",
"vue-tsc": "^0.40.13"
}
}