Skip to content

Commit

Permalink
🔧 pomelo: use bundler module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
sebipap committed Dec 27, 2023
1 parent e5973a0 commit e317a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pomelo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"esModuleInterop": true,
Expand Down

0 comments on commit e317a79

Please sign in to comment.