There\'s a feature in TypeScript which I like so much and that\'s external modules using RequireJs and that the fact that the compiler won\'t include imported modules unless
Another way to do it:
/// import A = require('./A');
No need to create fictitious code