38 lines
741 B
JSON
38 lines
741 B
JSON
|
{
|
||
|
"extends": "../../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "build",
|
||
|
"rootDir": "."
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts",
|
||
|
"test/**/*.ts"
|
||
|
],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../../api"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/opentelemetry-context-async-hooks"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/opentelemetry-core"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/opentelemetry-sdk-trace-base"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/opentelemetry-sdk-trace-node"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/opentelemetry-semantic-conventions"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../../packages/sdk-metrics"
|
||
|
},
|
||
|
{
|
||
|
"path": "../opentelemetry-instrumentation"
|
||
|
}
|
||
|
]
|
||
|
}
|