Skip to content

Commit 3d8cd1e

Browse files
committed
chore: workaround for cypress cypress-io/cypress#27448
1 parent e3d8f5f commit 3d8cd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"noEmit": true,
1010
"esModuleInterop": true,
1111
"module": "esnext",
12-
"moduleResolution": "bundler",
12+
"moduleResolution": "node",
1313
"resolveJsonModule": true,
1414
"isolatedModules": true,
1515
"jsx": "preserve",

0 commit comments

Comments
 (0)