Skip to content

Commit 93f0536

Browse files
authored
chore: fix dts bundler config (#13884)
1 parent e921e11 commit 93f0536

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/dts-bundler/dts-bundler.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const baseTsConfigPath = join(
1313
__dirname,
1414
'..',
1515
'..',
16-
'packages',
17-
'tsconfig.base.json',
16+
'tsconfig.json',
1817
);
1918
const corePackageSrcClientsPath = join(
2019
__dirname,
@@ -87,7 +86,7 @@ const config = {
8786
filePath: './cognito-identity-provider.d.ts',
8887
outFile: join(
8988
authPackageSrcClientsPath,
90-
'Sdk.ts',
89+
'sdk.ts',
9190
),
9291
libraries: {
9392
inlinedLibraries: ['@aws-sdk/client-cognito-identity-provider'],

0 commit comments

Comments
 (0)