Skip to content Skip to sidebar Skip to footer

Multiple Anonymous Defines In Module Typescript With Riot-ts (riotjs)

Have to say that setting up the environment for Typescript is laborious and fraught with frustration. It's not a straight forward task by any means. Anyway: I am still trying to s

Solution 1:

Used /// <amd-module name="ModuleName"/> at the start of each file, so SystemJS could infer the module name. Gets the job done, although it's not a clean solution.


Post a Comment for "Multiple Anonymous Defines In Module Typescript With Riot-ts (riotjs)"