chore(diagnostics-otel): add package boundary tsconfig

This commit is contained in:
Vincent Koc
2026-04-07 08:16:08 +01:00
parent 9a9dc1dbec
commit e8ea1fe99d
2 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,9 @@
"@opentelemetry/sdk-trace-base": "^2.6.1",
"@opentelemetry/semantic-conventions": "^1.40.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"

View File

@@ -0,0 +1,8 @@
{
"extends": "../tsconfig.package-boundary.base.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["./*.ts", "./src/**/*.ts"],
"exclude": ["./**/*.test.ts", "./dist/**", "./node_modules/**"]
}