visual studio 2012 - Setting Typescript --module compiler option in WebEssentials? -
i unable install typescript on vis studio 2012. says it's installed, there's no add-in or extension. luckily, web essentials compile typescript. these nice products.
i want generate typescript external module (for amd) there's no place set --module option. web essentials has options, they're true/false. , since vsix doesn't install have no build rules modify.
if add typescript 'export' get: ts5037: cannot compile external modules unless '--module' flag provided.
is there someplace can control web essentials compiler options from?? matter, can't ever find documentation on compiler options.
thanks
tools - options - webessentials - typescript - module : amd
having said rely on grunt compilation : https://github.com/basarat/grunt-ts
Comments
Post a Comment