From e80bc24be08a3924f96ab38e2fc40df194cd32c4 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 6 Jan 2023 08:35:20 +0100 Subject: [PATCH] Adjust build target to work with esbuild --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1b43475d..621e350f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "utilities/*": ["app/javascript/retrospring/utilities/*"] }, "sourceMap": true, - "target": "es5", + "target": "es6", "noEmit": true }, "exclude": [