Skip to content

Commit 83a2404

Browse files
committed
fix: fix broken website cypress test
1 parent f76ad61 commit 83a2404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lib": ["DOM", "DOM.Iterable", "ESNext"],
66
"allowJs": false,
77
"skipLibCheck": true,
8-
"esModuleInterop": false,
8+
"esModuleInterop": true,
99
"allowSyntheticDefaultImports": true,
1010
"strict": true,
1111
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)