Skip to content

Commit

Permalink
Export Leaf interfaces
Browse files Browse the repository at this point in the history
fix: #193
  • Loading branch information
btakita committed Mar 7, 2024
1 parent dea38ff commit 7b1cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema-dts-gen/src/ts/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class Class {
assert(baseName, 'Expect baseName to exist when leafName exists.');

return factory.createInterfaceDeclaration(
/*modifiers=*/ [],
factory.createModifiersFromModifierFlags(ModifierFlags.Export),
leafName,
/*typeParameters=*/ [],
/*heritage=*/ [
Expand Down

0 comments on commit 7b1cdfa

Please sign in to comment.