Fix missing tsc as dev dependency
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user