Skip to content

Commit

Permalink
updated tsconfig file for aws-xray propagator
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Mar 16, 2024
1 parent 4a0127e commit ddfbd9b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/opentelemetry-propagator-aws-xray/tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"extends": "../../tsconfig.base.esm.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esm",
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
},
{
"path": "../opentelemetry-core"
}
]
}

0 comments on commit ddfbd9b

Please sign in to comment.