update ts support to include tsx

please see https://www.typescriptlang.org/docs/handbook/jsx.html for more info on the .tsx file extension
This commit is contained in:
Sami Fouad 2022-11-28 01:20:43 -07:00 committed by GitHub
parent 1aa64a86cf
commit 7b2c48045b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
syntax "typescript" "\.(ts)$"
syntax "typescript" "\.(ts|tsx)$"
header "^#!.*\/(env +)ts-node"
## Default