diff --git a/test/production/supports-module-resolution-nodenext/tsconfig.json b/test/production/supports-module-resolution-nodenext/tsconfig.json index a55f25c3ecf47..d9284ab47b94a 100644 --- a/test/production/supports-module-resolution-nodenext/tsconfig.json +++ b/test/production/supports-module-resolution-nodenext/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "esModuleInterop": true, - "module": "esnext", + "module": "NodeNext", "jsx": "preserve", "target": "es5", "lib": ["dom", "dom.iterable", "esnext"],