Skip to content

Commit

Permalink
TASK: Change tsconfig target to es2016
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Apr 2, 2021
1 parent 38a7451 commit 65fe9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2016",
"module": "commonjs",
"allowJs": true,
"strict": true,
Expand Down

0 comments on commit 65fe9e1

Please sign in to comment.