In Typescript 0.9.1.1, if you want to import an external javascript library, you import it using the require function, instead of the module function that you used to use.
The question is, does this mean that Typescript 0.9.1.1 have requirejs as a core part of its libraries?
moduleand externalrequirejs/node