From 11a0abd3d9825962907d34bd16910c4821ac3dca Mon Sep 17 00:00:00 2001 From: Dave Marco Date: Sun, 15 Sep 2024 20:08:44 +0000 Subject: [PATCH] fix lint --- new-log-viewer/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/new-log-viewer/tsconfig.json b/new-log-viewer/tsconfig.json index 66c2939c..b53dcb27 100644 --- a/new-log-viewer/tsconfig.json +++ b/new-log-viewer/tsconfig.json @@ -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",