Skip to content

Commit

Permalink
Configure OTEL package as buildable
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Nov 6, 2024
1 parent e631550 commit 4b9eda0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions packages/open-telemetry/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions packages/open-telemetry/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/packages/open-telemetry",
"main": "packages/open-telemetry/src/index.ts",
"tsConfig": "packages/open-telemetry/tsconfig.lib.json",
"assets": ["packages/open-telemetry/*.md"]
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
Expand Down
8 changes: 1 addition & 7 deletions packages/open-telemetry/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
"module": "commonjs"
},
"files": [],
"include": [],
Expand Down
1 change: 1 addition & 0 deletions packages/open-telemetry/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "../../dist/out-tsc",
"declaration": true,
"types": ["node"]
Expand Down

0 comments on commit 4b9eda0

Please sign in to comment.