Skip to content

Commit

Permalink
removed skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Dec 29, 2021
1 parent 4750c03 commit d22934e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"esModuleInterop": true,
"allowJs": true,
"skipLibCheck": true,
"skipLibCheck": false,
"noImplicitThis": false,
"resolveJsonModule": true,
"lib": ["dom", "es2017", "esnext.asynciterable"]
Expand Down
2 changes: 1 addition & 1 deletion try-clients/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"sourceMap": true,
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true
"skipLibCheck": false
}
}

0 comments on commit d22934e

Please sign in to comment.