aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/tsconfig.json
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-12-12 06:47:52 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-12-19 05:36:05 +0800
commit4417c76b130655da3b14209148191d43037e8f8a (patch)
tree1cb3cf7ea3104d2dd68d9f5f48c1183e037ad244 /contracts/extensions/tsconfig.json
parent8799f9bb90c6bcfffc74550d74ed87422467f9e1 (diff)
downloaddexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.gz
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.bz2
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.lz
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.xz
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.tar.zst
dexon-sol-tools-4417c76b130655da3b14209148191d43037e8f8a.zip
Ported Balance Threshold Filter to new contract directory structure
Diffstat (limited to 'contracts/extensions/tsconfig.json')
-rw-r--r--contracts/extensions/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/extensions/tsconfig.json b/contracts/extensions/tsconfig.json
index a4ce1e002..5d3ebfe74 100644
--- a/contracts/extensions/tsconfig.json
+++ b/contracts/extensions/tsconfig.json
@@ -6,6 +6,6 @@
"resolveJsonModule": true
},
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": ["./generated-artifacts/DutchAuction.json", "./generated-artifacts/Forwarder.json"],
+ "files": ["./generated-artifacts/BalanceThresholdFilter.json", "./generated-artifacts/DutchAuction.json", "./generated-artifacts/Forwarder.json"],
"exclude": ["./deploy/solc/solc_bin"]
}