madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

Question: is there option to create standard enums rather than const enums when creating typsecript definition files #162

Open asimshah opened 8 years ago

asimshah commented 8 years ago

Using Visual Studio 2015 Community, my c# enums are converted to typescript "const enum". Is there any way that I can configure WebEssentials to generate standards enums, I.e. not generate "const"?

madskristensen commented 8 years ago

No, there is no configuration option for this