Skip to content

Commit

Permalink
postinstall script update tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson committed Aug 15, 2024
1 parent 01abe05 commit ca68b65
Show file tree
Hide file tree
Showing 31 changed files with 115 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand All @@ -16,10 +19,10 @@
"path": "../../../packages/opentelemetry-resources"
},
{
"path": "../../../packages/semantic-conventions"
"path": "../../../packages/sdk-metrics"
},
{
"path": "../../../packages/sdk-metrics"
"path": "../../../packages/semantic-conventions"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand All @@ -22,10 +25,10 @@
"path": "../../../packages/opentelemetry-sdk-trace-node"
},
{
"path": "../../../packages/semantic-conventions"
"path": "../../../packages/sdk-metrics"
},
{
"path": "../../../packages/sdk-metrics"
"path": "../../../packages/semantic-conventions"
},
{
"path": "../opentelemetry-instrumentation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand Down
9 changes: 6 additions & 3 deletions experimental/packages/opentelemetry-sdk-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../../api"
Expand All @@ -31,10 +34,10 @@
"path": "../../../packages/opentelemetry-sdk-trace-node"
},
{
"path": "../../../packages/semantic-conventions"
"path": "../../../packages/sdk-metrics"
},
{
"path": "../../../packages/sdk-metrics"
"path": "../../../packages/semantic-conventions"
},
{
"path": "../api-logs"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-core/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-core/tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-exporter-jaeger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-exporter-zipkin/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-exporter-zipkin/tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-exporter-zipkin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-resources/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-resources/tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-resources/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-sdk-trace-base/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-sdk-trace-base/tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-sdk-trace-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-sdk-trace-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-sdk-trace-web/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
4 changes: 3 additions & 1 deletion packages/opentelemetry-sdk-trace-web/tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"rootDir": "src",
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"include": [
"src/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-sdk-trace-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"rootDir": "."
},
"files": [],
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
5 changes: 4 additions & 1 deletion packages/opentelemetry-shim-opentracing/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"outDir": "build",
"rootDir": "."
},
"include": ["src/**/*.ts", "test/**/*.ts"],
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../../api"
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
{
"path": "packages/opentelemetry-sdk-trace-web/tsconfig.esm.json"
},
{
"path": "packages/semantic-conventions/tsconfig.esm.json"
},
{
"path": "packages/propagator-aws-xray/tsconfig.esm.json"
},
{
"path": "packages/sdk-metrics/tsconfig.esm.json"
},
{
"path": "packages/semantic-conventions/tsconfig.esm.json"
}
]
}
6 changes: 3 additions & 3 deletions tsconfig.esnext.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
{
"path": "packages/opentelemetry-sdk-trace-web/tsconfig.esnext.json"
},
{
"path": "packages/semantic-conventions/tsconfig.esnext.json"
},
{
"path": "packages/propagator-aws-xray/tsconfig.esnext.json"
},
{
"path": "packages/sdk-metrics/tsconfig.esnext.json"
},
{
"path": "packages/semantic-conventions/tsconfig.esnext.json"
}
]
}
Loading

0 comments on commit ca68b65

Please sign in to comment.