Skip to content

Commit

Permalink
fix(credential-provider-cognito-identity): remove duplicate declarati…
Browse files Browse the repository at this point in the history
…onDir (#1944)
  • Loading branch information
trivikr authored Jan 21, 2021
1 parent 9e4b2d6 commit d75488a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"declarationDir": "./types",
"rootDir": "./src",
"outDir": "./dist/cjs",
"declarationDir": "./dist/cjs",
"noUnusedLocals": true,
"baseUrl": "."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"compilerOptions": {
"declaration": false,
"lib": ["dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"declarationDir": "./types",
"rootDir": "./src",
"outDir": "./dist/es",
"declarationDir": null,
"noUnusedLocals": true,
"baseUrl": ".",
"target": "es5",
Expand Down

0 comments on commit d75488a

Please sign in to comment.