I\'m trying to get started with Typescript for Electron development. After wrestling with getting typing for node and jquery, I finally got my .ts file error free.
The p
I solved it with a hack in the embedding HTML:
Basically giving it what it wants, a global exports variable.
With that my TypeScript (2.3.2) generated file (es6) loads.