Skip to content

Commit

Permalink
build(epo-react-lib): add "esModuleInterop": true to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 22, 2024
1 parent 1b9425e commit f582d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit f582d87

Please sign in to comment.