Convert ext updater to typescript

This commit is contained in:
hensm
2019-02-27 19:00:29 +00:00
parent 06044d9460
commit 076c8ce699
4 changed files with 91 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ module.exports = (env) => ({
"main" : `${env.includePath}/main.ts`
, "popup/bundle" : `${env.includePath}/popup/index.tsx`
, "options/bundle" : `${env.includePath}/options/index.tsx`
, "updater/bundle" : `${env.includePath}/updater/index.jsx`
, "updater/bundle" : `${env.includePath}/updater/index.tsx`
, "mediaCast" : `${env.includePath}/mediaCast.js`
, "mirroringCast" : `${env.includePath}/mirroringCast.js`
, "compat/youtube" : `${env.includePath}/compat/youtube.js`