From 4bccaff74f4be09a54d5a29b97074d64ab270622 Mon Sep 17 00:00:00 2001 From: Neek Sandhu Date: Mon, 21 May 2018 02:28:20 -0700 Subject: [PATCH] move towards browsers with async/await keyword support --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8213934..9de0852 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "esnext", "module": "commonjs", "outDir": "dist", "declaration": true,