Skip to content

Commit

Permalink
Update tsconfig to ES2019
Browse files Browse the repository at this point in the history
Update tscoonfig to ES2019 to be in line with Theia's config
  • Loading branch information
tortmayr committed Jul 18, 2024
1 parent 85305d0 commit c7b5d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-packages/ts-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"resolveJsonModule": true,
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2017",
"target": "ES2019",
"jsx": "react",
"lib": ["ES2017", "dom"],
"lib": ["ES2019", "dom"],
"sourceMap": true,
"types": ["node", "reflect-metadata"]
}
Expand Down

0 comments on commit c7b5d97

Please sign in to comment.