vitest/test/dts-playwright/package.json
2024-12-01 23:43:46 +01:00

13 lines
218 B
JSON

{
"name": "@vitest/test-dts-playwright",
"type": "module",
"private": true,
"scripts": {
"test": "tsc -b"
},
"devDependencies": {
"@vitest/browser": "workspace:*",
"vitest": "workspace:*"
}
}