Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 15, 2024
1 parent dd9a911 commit 11a0abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-log-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */

/* Language and Environment */
"target": "ES2022",
"target": "ES2023",
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
/* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": [
"ES2022",
"ES2023",
"DOM",
"DOM.Iterable",
"WebWorker",
Expand Down

0 comments on commit 11a0abd

Please sign in to comment.