Skip to content

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.