Skip to content

Commit

Permalink
chore: transpile semantic conventions to es5 (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Aug 10, 2020
1 parent 04338be commit 7fb70e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-semantic-conventions/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 7fb70e0

Please sign in to comment.