Skip to content

Commit

Permalink
fix: change TypeScript target to es2018
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Apr 20, 2022
1 parent 2942623 commit de50e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.options.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"jsx": "react",
"noEmit": true,
"module": "es2015",
"isolatedModules": true
"isolatedModules": true,
"target": "es2018"
}
}

0 comments on commit de50e7d

Please sign in to comment.