Skip to content

Commit

Permalink
Revert "tsconfig: for sanity, go back to moduleResolution bundler and…
Browse files Browse the repository at this point in the history
… see if that fixes it"

This reverts commit ee565db.
  • Loading branch information
alexgleason committed Mar 18, 2024
1 parent ee565db commit 9f8b727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"module": "esnext",
"module": "NodeNext",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,
"strict": true,
"moduleResolution": "Bundler",
"moduleResolution": "NodeNext",
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,
Expand Down

0 comments on commit 9f8b727

Please sign in to comment.