fix(server): install effect types for typecheck

This commit is contained in:
Kit Langton
2026-04-14 19:51:31 -04:00
parent be1eb706c5
commit 10069a424c
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -506,6 +506,7 @@
"effect": "catalog:",
},
"devDependencies": {
"@typescript/native-preview": "catalog:",
"typescript": "catalog:",
},
},
+2 -1
View File
@@ -17,10 +17,11 @@
"dist"
],
"scripts": {
"typecheck": "tsc --noEmit",
"typecheck": "tsgo --noEmit",
"build": "tsc"
},
"devDependencies": {
"@typescript/native-preview": "catalog:",
"typescript": "catalog:"
},
"dependencies": {