We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4682d65 commit 21628bbCopy full SHA for 21628bb
packages/node-opentelemetry/tsconfig.release.json
@@ -4,5 +4,6 @@
4
"sourceMap": false,
5
"removeComments": true
6
},
7
- "include": ["src/**/*", "bin/**/*"]
+ "include": ["src/**/*", "bin/**/*"],
8
+ "exclude": ["**/__tests__/**"]
9
}
0 commit comments