23 lines
406 B
JSON
23 lines
406 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build"
|
|
},
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "../../api"
|
|
},
|
|
{
|
|
"path": "../../packages/opentelemetry-context-async-hooks"
|
|
},
|
|
{
|
|
"path": "../../packages/opentelemetry-core"
|
|
},
|
|
{
|
|
"path": "../../packages/opentelemetry-sdk-trace-base"
|
|
}
|
|
]
|
|
}
|