Skip to content

Commit

Permalink
Enable TypeScript's 'skipLibCheck' option
Browse files Browse the repository at this point in the history
  • Loading branch information
romaricpascal committed Dec 16, 2024
1 parent b246c91 commit 0e1b73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "NodeNext",
"noEmit": true,
"noImplicitThis": true,
"skipLibCheck": true,
"strict": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,
Expand Down

0 comments on commit 0e1b73a

Please sign in to comment.