From 850a968083900fc8861a97222472b33e57d84629 Mon Sep 17 00:00:00 2001 From: Keisuke Kan <9renpoto@gmail.com> Date: Tue, 15 May 2018 18:02:23 +0900 Subject: [PATCH] fix(package) export types --- package.json | 1 + 1 file changed, 1 insertion(+) 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",