diff --git a/bun.lock b/bun.lock index 91db9a57bb..408b2d9eea 100644 --- a/bun.lock +++ b/bun.lock @@ -506,6 +506,7 @@ "effect": "catalog:", }, "devDependencies": { + "@typescript/native-preview": "catalog:", "typescript": "catalog:", }, }, diff --git a/packages/server/package.json b/packages/server/package.json index 15672a7834..fd2ebd09b1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -17,10 +17,11 @@ "dist" ], "scripts": { - "typecheck": "tsc --noEmit", + "typecheck": "tsgo --noEmit", "build": "tsc" }, "devDependencies": { + "@typescript/native-preview": "catalog:", "typescript": "catalog:" }, "dependencies": {