diff options
Diffstat (limited to 'packages/order-watcher/tsconfig.json')
-rw-r--r-- | packages/order-watcher/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/order-watcher/tsconfig.json b/packages/order-watcher/tsconfig.json index ee4363919..e35816553 100644 --- a/packages/order-watcher/tsconfig.json +++ b/packages/order-watcher/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "../../tsconfig", "compilerOptions": { - "downlevelIteration": true, "outDir": "lib" }, "include": ["./src/**/*", "./test/**/*"] |