Is it possible to use `string` type instead of `any` 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](https://github.com/madskristensen/WebEssentials2015/blob/master/EditorExtensions/Misc/CodeGeneration/IntellisenseParser.cs#L297)?
Is it possible to use
stringtype instead ofanytype when generating a TypeScript Intellisense Definition file ( the.d.tsfile)?I know
Guidis not a primitive type but could it be added to this dictionary?