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