Tools/package.json
2024-03-10 10:49:36 +01:00

10 lines
141 B
JSON

{
"scripts": {
"lint": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"bun-types": "^1.0.25",
"msw": "latest"
}
}