From 1beda7c7de811333262c3ec63132e378fbc70d56 Mon Sep 17 00:00:00 2001 From: Samuel Chamberland Date: Wed, 4 Dec 2019 15:25:28 -0500 Subject: [PATCH] Update tsconfig --- template/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/tsconfig.json b/template/tsconfig.json index c0cd851..e314763 100644 --- a/template/tsconfig.json +++ b/template/tsconfig.json @@ -8,6 +8,6 @@ "noEmit": true, "skipLibCheck": true, "strict": true, - "target": "esnext" + "target": "es6" } }