23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"extends": "../../tsconfig.base.esnext.json",
|
|
"compilerOptions": {
|
|
"outDir": "build/esnext",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../api"
|
|
},
|
|
{
|
|
"path": "../opentelemetry-core"
|
|
},
|
|
{
|
|
"path": "../opentelemetry-resources"
|
|
}
|
|
]
|
|
}
|