aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-07-18 16:38:07 +0800
committerGitHub <noreply@github.com>2018-07-18 16:38:07 +0800
commitab6bf6edc70d6bfd27cdb7becce838dda8720e39 (patch)
treea26b8d3c4cfaf7e8d2bb5f65d53b8a056b08985c /tsconfig.json
parentacff177c547dee049b97e4b051fe22e1efaf992c (diff)
parentf20b496dca2dceb4f53ae20660798f8b8148a265 (diff)
downloaddexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar.gz
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar.bz2
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar.lz
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar.xz
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.tar.zst
dexon-sol-tools-ab6bf6edc70d6bfd27cdb7becce838dda8720e39.zip
Merge pull request #879 from 0xProject/feature/order-watcher-erc721-tests
Add ERC721 tests for order watcher v2
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5ca0267e4..588285140 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,6 +6,7 @@
"sourceMap": true,
"declaration": true,
"experimentalDecorators": true,
+ "downlevelIteration": true,
"noImplicitReturns": true,
"pretty": true,
"skipLibCheck": true,