10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"scripts": {
|
|
"lint": "tsc --noEmit --skipLibCheck"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.0.25",
|
|
"msw": "latest"
|
|
}
|
|
}
|