Skip to content

Commit

Permalink
app: tsconfig: Bump target from "es6" to "2023"
Browse files Browse the repository at this point in the history
Since we use a very recent chrome/electron and node we don't need
to use an old target with polyfils and such.

Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed Jul 15, 2024
1 parent b230dc1 commit bb29745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es6",
"target": "2023",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
Expand Down

0 comments on commit bb29745

Please sign in to comment.