diff --git a/@planetarium/account-aws-kms/tsconfig.json b/@planetarium/account-aws-kms/tsconfig.json index ceb0db1bd7a..2696af1fdfd 100644 --- a/@planetarium/account-aws-kms/tsconfig.json +++ b/@planetarium/account-aws-kms/tsconfig.json @@ -9,6 +9,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, + "module": "nodenext", "moduleResolution": "nodenext", "lib": ["ES2022"] } diff --git a/@planetarium/account-web3-secret-storage/tsconfig.json b/@planetarium/account-web3-secret-storage/tsconfig.json index 1b636d05dd1..75924e96b79 100644 --- a/@planetarium/account-web3-secret-storage/tsconfig.json +++ b/@planetarium/account-web3-secret-storage/tsconfig.json @@ -11,7 +11,7 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "nodenext", - "module": "ESNext", + "module": "NodeNext", "lib": ["ESNext", "DOM"] } } diff --git a/@planetarium/account/tsconfig.json b/@planetarium/account/tsconfig.json index fa0cc408be0..0aad2f3635e 100644 --- a/@planetarium/account/tsconfig.json +++ b/@planetarium/account/tsconfig.json @@ -9,6 +9,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, + "module": "nodenext", "moduleResolution": "nodenext" }, } diff --git a/@planetarium/tx/tsconfig.json b/@planetarium/tx/tsconfig.json index 71bcc88e611..2cf61ae670b 100644 --- a/@planetarium/tx/tsconfig.json +++ b/@planetarium/tx/tsconfig.json @@ -9,6 +9,7 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, + "module": "nodenext", "moduleResolution": "nodenext" } }