Switch to manual generation of DTS files #458
Labels
breaking-change
preview-blocker
issues required for v3 public preview
types
issues related to types
v3
Issues related to v3 of the package to support the new programming model
Milestone
Related to #352 and #416. Currently, the Durable SDK auto-generates its
.d.ts
from the source-code.ts
files. We should switch to manually authoring our type declarations and our.d.ts
files. This has multiple benefits:d.ts
) files exposed to users #352), avoiding issues such as TypeScript build fails due to missing moment types #353.The text was updated successfully, but these errors were encountered: