Skip to content

Commit

Permalink
fix(website-tsconfig): add docusaurus types manually
Browse files Browse the repository at this point in the history
More details on facebook/docusaurus#10694.
  • Loading branch information
sabertazimi committed Nov 23, 2024
1 parent dc902a8 commit 16bb250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"types": [
"node",
"@docusaurus/module-type-aliases",
"@docusaurus/theme-classic"
],
"strictNullChecks": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit 16bb250

Please sign in to comment.