Remove `typescript` from list of languages (#645)

* Comment out typescript from list of languages

* Update languages.ts

Co-authored-by: Brad Cornes <hello@bradley.dev>
master
Usman Sabuwala (Max Programming) 2022-11-01 17:48:35 +05:30 committed by GitHub
parent 13e4ccee2d
commit 19a550d0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ export const jsLanguages = [
'javascriptreact',
'reason',
'rescript',
'typescript',
'typescriptreact',
]