-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
Description
Max Ewing has made a blogpost, where he describes a use case for writing typescript that only interfaces with xrm.d.ts. Currently this is done by extracting the generated file and distribute it in some way.
Although this is not the intended way of using XDT, I believe we should support it.
xrm.d.ts is already used separately from the rest of XDT. Therefore it is possible to extract it into a new project and generate a separate package, preferably for each version of the file. This would allow Max Ewing to reference those packages, instead of having to generate it himself.
mtone