From 72f47a251fcc958cd8f98e97c94ec1bd0b7ea79c Mon Sep 17 00:00:00 2001 From: Pouya Oftadeh Date: Wed, 29 Apr 2020 14:23:24 -0400 Subject: [PATCH] perf: change build target to ESNext --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c92731dc..f2bca8da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "resolveJsonModule": true, "rootDir": "./src", "sourceMap": true, - "target": "es2018", + "target": "ESNext", "watch": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true,