From 5404ed929fe241c78a36b046b598bf120f54370e Mon Sep 17 00:00:00 2001 From: Luc Date: Thu, 31 Oct 2024 17:08:19 +0000 Subject: [PATCH] Bump --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 72b9a12..27c224b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "moduleResolution": "node", - "target": "ES5", + "target": "ES6", "module": "commonjs", "lib": ["es2015", "es2016", "es2017", "es2020", "DOM"], "strict": true,