Skip to content

Commit

Permalink
chore: fix dts bundler config (#13884)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF authored Oct 5, 2024
1 parent e921e11 commit 93f0536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/dts-bundler/dts-bundler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const baseTsConfigPath = join(
__dirname,
'..',
'..',
'packages',
'tsconfig.base.json',
'tsconfig.json',
);
const corePackageSrcClientsPath = join(
__dirname,
Expand Down Expand Up @@ -87,7 +86,7 @@ const config = {
filePath: './cognito-identity-provider.d.ts',
outFile: join(
authPackageSrcClientsPath,
'Sdk.ts',
'sdk.ts',
),
libraries: {
inlinedLibraries: ['@aws-sdk/client-cognito-identity-provider'],
Expand Down

0 comments on commit 93f0536

Please sign in to comment.