Add a window property with TypeScript
Hands-OnSometimes you want to define a custom property on the window
namespace. This can be done by declaring it as a global property.
Sometimes you want to define a custom property on the window
namespace. This can be done by declaring it as a global property.