How can I import a javascript AMD module into an external TypeScript module?
问题 How can I import a javascript AMD module into a external TypeScript module? I'm modularizing my client TypeScript program to use AMD modules managed by bower. As part of this process, a Typescript module becomes a javascript AMD module, which I then publish. Now I have a javascript AMD module that I want to include in a TypeScript module, and I don't want to publish the original TypeScript with the javascript AMD. I cannot figure out how to write my TypeScript code so that it will load a