diff --git a/package.json b/package.json index c79f3e3a..70886b1f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "type": "commonjs", "main": "dist/index.js", "module": "dist/index.mjs", + "types": "dist/index.d.ts", "scripts": { "start": "./scripts/storybook", "dev": "./scripts/storybook start --no-manager-cache",