summaryrefslogtreecommitdiffhomepage
path: root/packages/observability-collector/tsconfig.json
blob: 7bfb36eaa9e3a0e6ef45a4c42d6124710f540799 (plain)
1
2
3
4
5
6
{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
	"include": ["src/**/*.ts"],
	"references": [{ "path": "../kernel" }, { "path": "../trace-store" }]
}