From ff910e9580ecdf63bb920de9760eba16264a6a3f Mon Sep 17 00:00:00 2001 From: Romain Brancourt Date: Thu, 20 Feb 2025 16:54:12 +0100 Subject: [PATCH] chore: update typescript compiler target --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7d4c13a..10d7fc7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, - "target": "ES2021", + "target": "ES2023", "sourceMap": true, "outDir": "./dist", "baseUrl": "./",