Skip to content

Commit

Permalink
build: skip lib check
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispcampbell committed Feb 24, 2024
1 parent ed7280e commit 81f18c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs-builder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"esModuleInterop": true,
// Enable strict enforcement of `import type`
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
Expand Down

0 comments on commit 81f18c3

Please sign in to comment.