Fix missing tsc as dev dependency

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-04-17 15:14:24 -07:00
parent 01b0e58cb2
commit eb437241cc
2 changed files with 18 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"relay": "npx relay-compiler --output quiet-with-errors",
"relay:watch": "npx relay-compiler --output quiet-with-errors --watch",
"lint": "eslint src --ext .ts,.tsx",
"typecheck": "tsc --noEmit"
"typecheck": "npx tsc --noEmit"
},
"dependencies": {
"@lexical/react": "^0.27.0",
@@ -71,7 +71,7 @@
"globals": "^16.0.0",
"relay-compiler": "^18.2.0",
"tailwindcss": "^4.0.9",
"typescript": "^5.7.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.25.0"
},
"relay": {