Skip to content

Commit

Permalink
Update tsconfig.json (#1456)
Browse files Browse the repository at this point in the history
to target ES2018 so #3766 will run
  • Loading branch information
mrose17 authored Jul 9, 2024
1 parent 51dfe29 commit a5954d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "tsbuild",
"strict": true,
"module": "ES2020",
"target": "ES2017",
"target": "ES2018",
"jsx": "react-jsx",
"jsxImportSource": "@emotion/react",
"allowJs": true,
Expand Down

0 comments on commit a5954d6

Please sign in to comment.