Skip to content

Commit

Permalink
fix examples' tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Aug 28, 2024
1 parent 0d61a6f commit ef8621d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ethers-v5-nodenext/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"lib": ["ES2018", "DOM"],
"module": "NodeNext",
"moduleResolution": "node",
"moduleResolution": "NodeNext",
"strict": true,
"target": "ES2018",
"sourceMap": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6-nodenext/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"lib": ["ES2018", "DOM"],
"module": "NodeNext",
"moduleResolution": "node16",
"moduleResolution": "NodeNext",
"strict": true,
"target": "ES2018",
"sourceMap": true,
Expand Down
2 changes: 1 addition & 1 deletion examples/ethers-v6/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["ES2018", "DOM"],
"module": "CommonJS",
"module": "node16",
"moduleResolution": "node16",
"strict": true,
"target": "ES2018",
Expand Down

0 comments on commit ef8621d

Please sign in to comment.