From 3661bb28cce7b75d8f021b4975863bdf78cb691d Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Tue, 6 Jul 2021 12:56:29 -0500 Subject: [PATCH] fix: how abt now :3 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a37e0fb..457bdfa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "module": "CommonJS", "outDir": "dist", "removeComments": true, - "target": "ES3", + "target": "ES2015", "alwaysStrict": true, "noImplicitAny": true, "noImplicitThis": true,