Skip to content

Commit

Permalink
chore: bundle types package
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Oct 22, 2024
1 parent bc039eb commit 9d831df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/issuer-sdk-js/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export default defineConfig({
format: ["esm"],
outDir: "./dist",
bundle: true,
noExternal: ["@idos-network/kwil-nep413-signer"],
noExternal: ["@idos-network/kwil-nep413-signer", "@idos-network/idos-sdk-types"],
});

0 comments on commit 9d831df

Please sign in to comment.