Skip to content

Commit

Permalink
Update build target to es6 to fix deck.gl layer compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurray authored and tahini committed Nov 16, 2023
1 parent 2e97a68 commit 8f4d1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/react.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es5",
"target": "es6",
"types": ["node", "jest"]
},
"exclude": [
Expand Down

0 comments on commit 8f4d1ab

Please sign in to comment.