Visual Studio has most of the typescript definitions built into it for the window object because most all of them work. However, "window.chrome" is not defined. How can I add this to the existing typescript definitions so I can get Visual Studio to compile?
var isChromium = window.chrome;