Skip to content

Commit

Permalink
feat(api/context-base): change compile target to es5 (open-telemetry#…
Browse files Browse the repository at this point in the history
  • Loading branch information
markwolff authored and dyladan committed Feb 18, 2021
1 parent 0ef06d7 commit cc6286a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/packages/opentelemetry-api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base",
"extends": "../tsconfig.es5",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
Expand Down
2 changes: 1 addition & 1 deletion api/packages/opentelemetry-context-base/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig.base",
"extends": "../tsconfig.es5",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
Expand Down

0 comments on commit cc6286a

Please sign in to comment.