Skip to content

Commit

Permalink
fix(docs): Fix typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
joelspadin authored and petejohanson committed May 20, 2023
1 parent dae0207 commit c4c014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src/"],
"compilerOptions": {
"types": ["node", "@docusaurus/theme-classic"],
"moduleResolution": "Node",
"moduleResolution": "Node16",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
Expand Down

0 comments on commit c4c014e

Please sign in to comment.