Skip to content

Commit

Permalink
Support module resolution for package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
roydukkey authored Jul 21, 2022
1 parent 7138a77 commit b978a3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bases/docusaurus.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"esModuleInterop": true,
"jsx": "react",
"lib": ["DOM"],
"moduleResolution": "Node16",
"noEmit": true,
"types": ["node", "@docusaurus/module-type-aliases", "@docusaurus/theme-classic"],
"baseUrl": ".",
Expand Down

0 comments on commit b978a3c

Please sign in to comment.