From 994ccd669455f8736ea1f9c0840ee824f409001a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 16 Jul 2018 14:29:59 +0200 Subject: Enable downlevelIteration --- packages/order-watcher/tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/order-watcher/tsconfig.json b/packages/order-watcher/tsconfig.json index e35816553..ee4363919 100644 --- a/packages/order-watcher/tsconfig.json +++ b/packages/order-watcher/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../../tsconfig", "compilerOptions": { + "downlevelIteration": true, "outDir": "lib" }, "include": ["./src/**/*", "./test/**/*"] -- cgit v1.2.3