Skip to content

Commit

Permalink
fix(credential-provider-cognito-identity): use types as declarationDir
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 21, 2021
1 parent 9e4b2d6 commit 72b5291
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 72b5291

Please sign in to comment.