You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @styfle I have done this in my fork (including generating type for enum instead of const enum)
There are the options in the config menu so you can disable what you want. Just recompile https://github.com/gcastre/WebEssentials2015/tree/ts_guid in release and change the version number, then install the WebEssentials2015.vsix in the bin/release folder
Is it possible to use
string
type instead ofany
type when generating a TypeScript Intellisense Definition file ( the.d.ts
file)?I know
Guid
is not a primitive type but could it be added to this dictionary?The text was updated successfully, but these errors were encountered: