From 30994db2fadf81302c2240d4bd1a4cfd9be658ef Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 4 Dec 2017 10:39:58 +0100 Subject: [PATCH] Disabled async/await transpiler --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 18085687..9a7e6c49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es6", + "target": "esnext", "module": "commonjs", "moduleResolution": "node", "baseUrl": ".",