From ef8621d82ecdefc905554d5dd8933e890dbce0bf Mon Sep 17 00:00:00 2001 From: Jan-Felix Date: Wed, 28 Aug 2024 11:04:58 +0200 Subject: [PATCH] fix examples' tsconfigs --- examples/ethers-v5-nodenext/tsconfig.json | 2 +- examples/ethers-v6-nodenext/tsconfig.json | 2 +- examples/ethers-v6/tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ethers-v5-nodenext/tsconfig.json b/examples/ethers-v5-nodenext/tsconfig.json index 5dfc19d2c..899a983b2 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 dbab97e38..899a983b2 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 8f8b17605..5e17aab37 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",