26 lines
417 B
JSON
26 lines
417 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../api"
|
|
},
|
|
{
|
|
"path": "../../../packages/opentelemetry-core"
|
|
},
|
|
{
|
|
"path": "../../../packages/opentelemetry-resources"
|
|
},
|
|
{
|
|
"path": "../api-logs"
|
|
}
|
|
]
|
|
}
|