Skip to content

Commit

Permalink
[core-auth] target ES5 (Azure#8975)
Browse files Browse the repository at this point in the history
because storage packages still need to target ES5.
  • Loading branch information
jeremymeng authored May 20, 2020
1 parent f323b68 commit 43194d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/core-auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../tsconfig.package",
"compilerOptions": {
"declarationDir": "./types",
"target": "es5",
"outDir": "./dist-esm"
}
}

0 comments on commit 43194d8

Please sign in to comment.