diff --git a/frontend/src/global/mimetype.ts b/frontend/src/global/mimetype.ts index bd842dac5..3449626d2 100644 --- a/frontend/src/global/mimetype.ts +++ b/frontend/src/global/mimetype.ts @@ -27,6 +27,10 @@ export const Languages = [ label: 'json', value: ['json'], }, + { + label: 'typescript', + value: ['ts'], + }, { label: 'lua', value: ['lua'],