Skip to content

Commit

Permalink
fix: fix broken website cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeekoZhu committed Oct 10, 2023
1 parent f76ad61 commit 83a2404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 83a2404

Please sign in to comment.