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.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/contracts/extensions/tsconfig.json b/contracts/extensions/tsconfig.json
deleted file mode 100644
index ed9b4fbe1..000000000
--- a/contracts/extensions/tsconfig.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": ".",
- "resolveJsonModule": true
- },
- "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/BalanceThresholdFilter.json",
- "./generated-artifacts/DutchAuction.json",
- "./generated-artifacts/Forwarder.json",
- "./generated-artifacts/OrderMatcher.json",
- "./generated-artifacts/OrderValidator.json"
- ],
- "exclude": ["./deploy/solc/solc_bin"]
-}