From 9f2f99a97040a5c2a0277fb04d22739a79d661bf Mon Sep 17 00:00:00 2001 From: Andre Wiggins Date: Wed, 20 Apr 2022 11:06:31 -0700 Subject: [PATCH] Update TypeScript target --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 845eba0..eec05d8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compileOnSave": true, "compilerOptions": { "outDir": "./dist", - "target": "es2015", + "target": "es2017", "module": "commonjs", "moduleResolution": "node", "sourceMap": true,