Search code examples
requirejstypescriptjs-amd

For --module should I use amd or commonjs?


When I put "export module" in a .ts file, it says I need to add --module.

That requires a KIND. If I'm using TypeScript, RequireJS, and Ext JS, is amd the correct kind?


Solution

  • Yes AMD is what RequireJS expects.