Skip to content

Commit

Permalink
Merge pull request #122 from roydukkey/patch-1
Browse files Browse the repository at this point in the history
Support module resolution for package.json exports
  • Loading branch information
orta authored Feb 24, 2023
2 parents c31b93d + b978a3c commit d699759
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 d699759

Please sign in to comment.