Skip to content

Commit

Permalink
fix: add typings to package output
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Dec 23, 2024
1 parent c99a5f1 commit 09e5e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions typescript/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"files": [
"dist",
"src",
"typings",
"nodejs.d.ts",
"nodejs.js"
],
Expand Down
2 changes: 1 addition & 1 deletion typescript/support/typings/protobufjs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare module "protobufjs" {
protoVersion: string,
): protobufjs.Message<descriptor.IFileDescriptorSet> & descriptor.IFileDescriptorSet;
}
declare namespace ReflectionObject {
namespace ReflectionObject {
export const fromDescriptor: (desc: protobufjs.Message) => protobufjs.Root;
}
}

0 comments on commit 09e5e5c

Please sign in to comment.