Skip to content

Commit b48030f

Browse files
fix: disable skipLibCheck in the tsconfig (#296)
1 parent e0bfd2a commit b48030f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

handwritten/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"posttest": "npm run check"
6969
},
7070
"dependencies": {
71-
"@google-cloud/common-grpc": "^0.9.0",
71+
"@google-cloud/common-grpc": "^0.9.2",
7272
"@google-cloud/paginator": "^0.1.0",
7373
"@google-cloud/projectify": "^0.3.0",
7474
"@google-cloud/promisify": "^0.3.0",

handwritten/logging/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"compilerOptions": {
44
"rootDir": ".",
55
"outDir": "build",
6-
"noImplicitAny": false,
7-
"skipLibCheck": true
6+
"noImplicitAny": false
87
},
98
"include": [
109
"src/*.ts",

0 commit comments

Comments
 (0)