Skip to content

Commit

Permalink
build(portable-text-editor): set build target to ES2019
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Aug 19, 2022
1 parent 5941e51 commit 8b1e844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@sanity/portable-text-editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"declarationDir": "./lib/dts/",
"rootDir": "./",
"outDir": "./lib/dts/",
"jsx": "react"
"jsx": "react",
"target": "ES2019"
},
"references": [
{"path": "../block-tools/tsconfig.lib.json"},
Expand Down

0 comments on commit 8b1e844

Please sign in to comment.