diff --git a/package.json b/package.json index 0ccf285..4d66c81 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.3.4", "description": "Validate react form components, based on their state", "main": "build/index.js", + "types": "build/index.d.ts", "scripts": { "dev": "watch 'npm run build' src", "build": "babel src -d build && babel types -d build --copy-files",