diff --git a/package.json b/package.json index aa1d0b896..a69cd8804 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "*": [ "oxfmt --no-error-on-unmatched-pattern" ], - "*.{ts,js}": [ + "*.{ts,tsx,js}": [ "oxlint --type-aware --type-check" ] },