Skip to content

Commit

Permalink
feat(website): skip lib checks
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 26, 2021
1 parent f9f0acb commit a597f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -13,7 +13,7 @@
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"skipLibCheck": false,
"skipLibCheck": true,
"strict": true,
"allowJs": true,
"composite": true,
Expand Down

0 comments on commit a597f17

Please sign in to comment.