From 68f28c0325f9c4f027b9a1b124f00d2b1848e136 Mon Sep 17 00:00:00 2001 From: Michael Cherry-Leigh Date: Thu, 28 Mar 2019 19:58:18 -0400 Subject: [PATCH] changed target value to fix issue with 0.14.x typedoc --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 888db0992..edfbf8713 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "removeComments": true, "sourceMap": false, "suppressImplicitAnyIndexErrors": true, - "target": "es5", + "target": "es6", "lib": [ "es2016", "dom"