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.
2 parents eb250cd + a7763a1 commit 34ef474Copy full SHA for 34ef474
plugins/node/instrumentation-tedious/tsconfig.json
@@ -2,12 +2,7 @@
2
"extends": "../../../tsconfig.base",
3
"compilerOptions": {
4
"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
+ "outDir": "build"
11
},
12
"include": [
13
"src/**/*.ts",
0 commit comments