From 6d4b90602551940b586db6b5503a338a6e257741 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 24 Aug 2023 11:21:00 -0700 Subject: [PATCH] Fix failing TS test from new release --- .../supports-module-resolution-nodenext/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],