aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/extensions/tsconfig.json')
-rw-r--r--contracts/extensions/tsconfig.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/contracts/extensions/tsconfig.json b/contracts/extensions/tsconfig.json
index c894eb367..a4ce1e002 100644
--- a/contracts/extensions/tsconfig.json
+++ b/contracts/extensions/tsconfig.json
@@ -6,10 +6,6 @@
"resolveJsonModule": true
},
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/DutchAuction.json",
- "./generated-artifacts/Forwarder.json",
- "./generated-artifacts/OrderValidator.json"
- ],
+ "files": ["./generated-artifacts/DutchAuction.json", "./generated-artifacts/Forwarder.json"],
"exclude": ["./deploy/solc/solc_bin"]
}