Skip to content

Commit d75488a

Browse files
authored
fix(credential-provider-cognito-identity): remove duplicate declarationDir (#1944)
1 parent 9e4b2d6 commit d75488a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/credential-provider-cognito-identity/tsconfig.cjs.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"declarationDir": "./types",
44
"rootDir": "./src",
55
"outDir": "./dist/cjs",
6-
"declarationDir": "./dist/cjs",
76
"noUnusedLocals": true,
87
"baseUrl": "."
98
},

packages/credential-provider-cognito-identity/tsconfig.es.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
22
"compilerOptions": {
3-
"declaration": false,
43
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
54
"declarationDir": "./types",
65
"rootDir": "./src",
76
"outDir": "./dist/es",
8-
"declarationDir": null,
97
"noUnusedLocals": true,
108
"baseUrl": ".",
119
"target": "es5",

0 commit comments

Comments
 (0)