diff --git a/package.json b/package.json index 35f1f80..30ab396 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "5.1.0", "description": "Pure javascript autocomplete input for react-native", "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { "test": "npm run lint && npm run testonly", "lint": "eslint --ext .js,.jsx,.ts,.tsx .",