From fe030e6846b615248162f0d89fc3b881999c7857 Mon Sep 17 00:00:00 2001 From: Jason Tarver Date: Thu, 16 Apr 2020 22:13:11 -0500 Subject: [PATCH] es5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ffb92bf3..f57b4236 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "sourceMap" : true, "strict" : true, "strictNullChecks" : false, - "target" : "es2018", + "target" : "es5", "typeRoots" : [ "node_modules/@types" ],