chore: fix electron.d.ts file upload (#16335)

This commit is contained in:
Shelley Vohr
2019-01-08 22:51:49 -08:00
committed by GitHub
parent 17d2467932
commit f72d5a4184

View File

@@ -21,7 +21,8 @@ const getHeaders = (filePath, fileName) => {
const options = {
'json': 'text/json',
'zip': 'application/zip',
'txt': 'text/plain'
'txt': 'text/plain',
'ts': 'application/typescript'
}
return {