npm displays packages with bundled TypeScript declarations

1 min read Original article ↗

Improvement

• 1 minute read

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.

Release

Improvement

Improvement

Retired

Release

Release

Improvement

Improvement

Improvement

Subscribe to our developer newsletter

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

Back to top