summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-05-07 19:36:04 +0000
committerGitHub <[email protected]>2025-05-07 12:36:04 -0700
commit358281f0fda7ef4045ca2e9d827a45b56f949467 (patch)
tree371cd3c92b64be6b6d4c9f59d0c1a7c371411e99 /package.json
parent6b3ef9f93986a6c5f892b5f011b25b6826e522a1 (diff)
fix: use react-jsx for typecheck (#280)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c6a2b76c..185946eb 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"debug": "NODE_ENV=development DEBUG=1 scripts/start.sh",
"lint:fix": "eslint . --fix",
"lint": "eslint . --ext .ts,.tsx",
- "typecheck": "tsc --noEmit --jsx react",
+ "typecheck": "tsc --noEmit --jsx react-jsx",
"format": "prettier --write .",
"preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
"auth:npm": "npx google-artifactregistry-auth",