diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index 4fef3f0f4..8de7f9244 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -11,6 +11,7 @@ "main": "./lib/index.js", "unpkg": "./dist/index.umd.js", "module": "./es/index.js", + "typings": "./lib/index.d.ts", "scripts": { "ci": "NODE_ENV=ci npm run prepublishOnly", "clean": "./scripts/cleanup.sh",