Limit amount of type (d.ts
) files exposed to users
#352
Labels
breaking-change
dependencies
Pull requests that update a dependency file
preview-blocker
issues required for v3 public preview
v3
Issues related to v3 of the package to support the new programming model
Milestone
After a discussion with @ejizba, we've learned that our TS project exports type-declaration files even for our internal utility files. This is problematic because it increases the type-management burden of our end users, and makes it inconvenient for us to import and reference external types in our project.
We should look to limit our exported
*.d.ts
files to include only public types.The text was updated successfully, but these errors were encountered: