diff --git a/examples/ethers-v5-nodenext/tsconfig.json b/examples/ethers-v5-nodenext/tsconfig.json index 5dfc19d2..899a983b 100644 --- a/examples/ethers-v5-nodenext/tsconfig.json +++ b/examples/ethers-v5-nodenext/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "lib": ["ES2018", "DOM"], "module": "NodeNext", - "moduleResolution": "node", + "moduleResolution": "NodeNext", "strict": true, "target": "ES2018", "sourceMap": true, diff --git a/examples/ethers-v6-nodenext/tsconfig.json b/examples/ethers-v6-nodenext/tsconfig.json index dbab97e3..899a983b 100644 --- a/examples/ethers-v6-nodenext/tsconfig.json +++ b/examples/ethers-v6-nodenext/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "lib": ["ES2018", "DOM"], "module": "NodeNext", - "moduleResolution": "node16", + "moduleResolution": "NodeNext", "strict": true, "target": "ES2018", "sourceMap": true, diff --git a/examples/ethers-v6/tsconfig.json b/examples/ethers-v6/tsconfig.json index 8f8b1760..5e17aab3 100644 --- a/examples/ethers-v6/tsconfig.json +++ b/examples/ethers-v6/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "lib": ["ES2018", "DOM"], - "module": "CommonJS", + "module": "node16", "moduleResolution": "node16", "strict": true, "target": "ES2018",