From 0d5e68689cc52d48cd144d1b31afb9c817188b30 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 19 Oct 2024 15:46:13 +0200 Subject: [PATCH] target es2018 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 93dff7f..ec9520d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "strict": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, - "target": "es2017" + "target": "es2018" } // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias //