From 1b7199772d3d99e2717454134f7a20d348d832a6 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 17 Jan 2023 10:37:58 -0800 Subject: [PATCH] Target ES2017 in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 49bb53aa..248dc3b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "module": "CommonJS", "outDir": "dist/main", "sourceMap": true, - "target": "ES2015", + "target": "ES2017", "strict": true,