Skip to content

Commit

Permalink
Set tsconfig module, moduleResolution options to NodeNext
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed May 9, 2024
1 parent ee8a700 commit 78ba136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"composite": true,
"esModuleInterop": true,
"lib": ["ES2020", "DOM"],
"module": "ES2020",
"moduleResolution": "Bundler",
"module": "NodeNext",
"moduleResolution": "NodeNext",
/**
* Here we ensure that TypeScript resolves `@metamask/*` imports to the
* uncompiled source code for packages that live in this repo.
Expand Down

0 comments on commit 78ba136

Please sign in to comment.