Cannot find name 'browser' error in typescript when trying to add onMessageExternal method for Firefox Extension
i had the same problem before but
adding /*global browser*/ at top of the file will resolve your problem also if you get the same error for runtime you can do the same for that
*global browser*/
runtime