diff --git a/packages/protovalidate/package.json b/packages/protovalidate/package.json index b29b4439..78c19e3c 100644 --- a/packages/protovalidate/package.json +++ b/packages/protovalidate/package.json @@ -39,6 +39,17 @@ ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" + }, + "./gen/buf/validate/validate_pb.js": { + "import": "./dist/esm/gen/buf/validate/validate_pb.js", + "require": "./dist/cjs/gen/buf/validate/validate_pb.js" + } + }, + "typesVersions": { + "*": { + "gen/buf/validate/validate_pb.js": [ + "./dist/cjs/gen/buf/validate/validate_pb.d.ts" + ] } }, "dependencies": {