From b8ae0a45e5e4a3464340515c97583703445d8092 Mon Sep 17 00:00:00 2001 From: tbo47 Date: Fri, 4 Oct 2024 15:26:45 +0000 Subject: [PATCH] tsconfig ilb to es2019 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index da462261..0312b5cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "target": "ES2018", // "sourceMap": true, "noEmitOnError": true, - "lib": ["ES2015", "dom"], + "lib": ["ES2019", "dom"], "moduleResolution": "node", "declaration": true, "removeComments": false,