add typescript (#118)
parent
51a1050a26
commit
112f1678b2
|
@ -35,6 +35,7 @@ export const DEFAULT_LANGUAGES = [
|
|||
'javascript',
|
||||
'javascriptreact',
|
||||
'reason',
|
||||
'typescript',
|
||||
'typescriptreact',
|
||||
// mixed
|
||||
'vue',
|
||||
|
|
|
@ -6,6 +6,7 @@ export const JS_LANGUAGES = [
|
|||
'javascript',
|
||||
'javascriptreact',
|
||||
'reason',
|
||||
'typescript',
|
||||
'typescriptreact',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue