Skip to content

Commit ddfbd9b

Browse files
committed
updated tsconfig file for aws-xray propagator
1 parent 4a0127e commit ddfbd9b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
{
22
"extends": "../../tsconfig.base.esm.json",
33
"compilerOptions": {
4-
"rootDir": "src",
54
"outDir": "build/esm",
5+
"rootDir": "src",
66
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
77
},
88
"include": [
99
"src/**/*.ts"
10+
],
11+
"references": [
12+
{
13+
"path": "../../api"
14+
},
15+
{
16+
"path": "../opentelemetry-core"
17+
}
1018
]
1119
}

0 commit comments

Comments
 (0)