diff --git a/packages/components/package.json b/packages/components/package.json index 9967e532..40735d67 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -13,9 +13,17 @@ "types": "./dist/remix-hook-form/index.d.ts", "import": "./dist/remix-hook-form/index.js" }, + "./remix-hook-form/*": { + "types": "./dist/remix-hook-form/*.d.ts", + "import": "./dist/remix-hook-form/*.js" + }, "./ui": { "types": "./dist/ui/index.d.ts", "import": "./dist/ui/index.js" + }, + "./ui/*": { + "types": "./dist/ui/*.d.ts", + "import": "./dist/ui/*.js" } }, "files": [