From 91468f29a7e602c84fcf055cc31022a95cb3cac7 Mon Sep 17 00:00:00 2001 From: benjamin Date: Sun, 4 Aug 2019 21:14:06 +0200 Subject: [PATCH] esnext --- WEB/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/tsconfig.json b/WEB/tsconfig.json index 46aeded..eb05bdc 100644 --- a/WEB/tsconfig.json +++ b/WEB/tsconfig.json @@ -5,7 +5,7 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "es2015", + "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true,