diff --git a/package.json b/package.json index 17afc2a..1203195 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.2.1", "description": "Extracts string messages from TypeScript React components or ts files that use React Intl.", "main": "lib/index.js", + "types": "lib/index.d.ts", "scripts": { "build": "yarn run format:auto && tsc && yarn run _test", "build-ci": "tsc && yarn run format:check && yarn run _test",