Closed
Description
How are guys developing the current beta compiler now that there is so much syntax (unions,tagged types) that the current language service doesn't understand.
I'm trying to do some stuff with the NodeJS API #372 (comment) but typescript.d.ts
is not really understandable by current tools. I can compile using a custom compiler build, just the intellisense is missing and I am curious about your workflow.