Skip to content

Commit

Permalink
chore: remove skipLibCheck: true from tsconfigs where it is not neces…
Browse files Browse the repository at this point in the history
…sary (#2165)
  • Loading branch information
pichlermarc committed Apr 30, 2024
1 parent 4463483 commit d066854
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion metapackages/auto-instrumentations-web/tsconfig.esm.json
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esm",
"skipLibCheck": true,
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": [
Expand Down
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esnext",
"skipLibCheck": true,
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": ["src/**/*.ts"]
Expand Down
1 change: 0 additions & 1 deletion metapackages/auto-instrumentations-web/tsconfig.json
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
Expand Down
3 changes: 1 addition & 2 deletions plugins/node/instrumentation-cucumber/tsconfig.json
Expand Up @@ -2,8 +2,7 @@
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"skipLibCheck": true
"outDir": "build"
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}
3 changes: 1 addition & 2 deletions plugins/node/instrumentation-mongoose/tsconfig.json
Expand Up @@ -2,8 +2,7 @@
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"skipLibCheck": true
"outDir": "build"
},
"include": [
"src/**/*.ts",
Expand Down
Expand Up @@ -2,8 +2,7 @@
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"skipLibCheck": true
"outDir": "build"
},
"include": [
"src/**/*.ts",
Expand Down
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esm",
"skipLibCheck": true,
"tsBuildInfoFile": "build/esm/tsconfig.esm.tsbuildinfo"
},
"include": [
Expand Down
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esnext",
"skipLibCheck": true,
"tsBuildInfoFile": "build/esnext/tsconfig.esnext.tsbuildinfo"
},
"include": [
Expand Down
Expand Up @@ -2,8 +2,7 @@
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"skipLibCheck": true
"outDir": "build"
},
"include": [
"src/**/*.ts",
Expand Down

0 comments on commit d066854

Please sign in to comment.