Improvement

December 16, 20201 minute read

npm displays packages with bundled TypeScript declarations

npm packages may include bundled TypeScript declarations. When this declaration file is published inside a package and specified using the types or typings key in the package's package.json, the npm registry will display that the package has available bindings.

Package with icon indicating bundled TypeScript declarations

This change will help developers know which packages have built-in TypeScript declarations.

Subscribe to our developer newsletter

Discover tips, technical guides, and best practices in our biweekly newsletter just for devs.

By submitting, I agree to let GitHub and its affiliates use my information for personalized communications, targeted advertising, and campaign effectiveness. See the GitHub Privacy Statement for more details.

npm displays packages with bundled TypeScript declarations - GitHub Changelog