Skip to content

Commit a7763a1

Browse files
authored
chore(instrumentation-tedious): remove special case config in tsconfig now that target is es2022 (#2762)
1 parent 37d8ce1 commit a7763a1

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)