Skip to content

Commit 8268608

Browse files
committed
updated aws-xray propagator tsconfig file
1 parent 03f8ff8 commit 8268608

File tree

1 file changed

+11
-3
lines changed

1 file changed

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

0 commit comments

Comments
 (0)