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?
Yes AMD is what RequireJS expects.