Skip to content

Commit 35953ee

Browse files
committed
chore: switch to tsgo
1 parent fa86024 commit 35953ee

File tree

2 files changed

+234
-158
lines changed

2 files changed

+234
-158
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prepack": "pnpm build",
2828
"release": "pnpm test && pnpm build && changelogen --release --prerelease --publish --publishTag alpha --push",
2929
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
30-
"test:types": "tsc --noEmit --skipLibCheck",
30+
"test:types": "tsgo --noEmit --skipLibCheck",
3131
"unstorage": "node jiti src/cli.ts"
3232
},
3333
"devDependencies": {
@@ -48,6 +48,7 @@
4848
"@types/ioredis-mock": "^8.2.6",
4949
"@types/jsdom": "^27.0.0",
5050
"@types/node": "^25.0.8",
51+
"@typescript/native-preview": "7.0.0-dev.20260115.1",
5152
"@upstash/redis": "^1.36.1",
5253
"@vercel/blob": "^2.0.0",
5354
"@vercel/functions": "^3.3.6",

0 commit comments

Comments
 (0)