Skip to content

Commit 34ef474

Browse files
authored
Merge branch 'main' into kafkajs-tav-file
2 parents eb250cd + a7763a1 commit 34ef474

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

plugins/node/instrumentation-tedious/tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"extends": "../../../tsconfig.base",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "build",
6-
// When testing with tedious@18, skipLibCheck:true is needed to avoid
7-
// checking its types. They require AggregateError that is only available
8-
// with `"target": "es2022"`, which, IIUC we don't want with our regular TS
9-
// v4 build for release.
10-
"skipLibCheck": true
5+
"outDir": "build"
116
},
127
"include": [
138
"src/**/*.ts",

0 commit comments

Comments
 (0)