We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e921e11 commit 93f0536Copy full SHA for 93f0536
scripts/dts-bundler/dts-bundler.config.js
@@ -13,8 +13,7 @@ const baseTsConfigPath = join(
13
__dirname,
14
'..',
15
16
- 'packages',
17
- 'tsconfig.base.json',
+ 'tsconfig.json',
18
);
19
const corePackageSrcClientsPath = join(
20
@@ -87,7 +86,7 @@ const config = {
87
86
filePath: './cognito-identity-provider.d.ts',
88
outFile: join(
89
authPackageSrcClientsPath,
90
- 'Sdk.ts',
+ 'sdk.ts',
91
),
92
libraries: {
93
inlinedLibraries: ['@aws-sdk/client-cognito-identity-provider'],
0 commit comments