Skip to content

Commit

Permalink
chore(remix): Update integration test tsconfig (#5551)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Aug 9, 2022
1 parent ee70717 commit 018ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/test/integration/tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"lib": ["DOM", "DOM.Iterable", "ES2019"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"jsx": "react",
"moduleResolution": "node",
"resolveJsonModule": true,
"target": "ES2019",
Expand Down

0 comments on commit 018ff6a

Please sign in to comment.