aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/interfaces/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/interfaces/tsconfig.json')
-rw-r--r--contracts/interfaces/tsconfig.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/contracts/interfaces/tsconfig.json b/contracts/interfaces/tsconfig.json
deleted file mode 100644
index 90b7d41bb..000000000
--- a/contracts/interfaces/tsconfig.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": ".",
- "resolveJsonModule": true
- },
- "include": ["./src/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/IAssetData.json",
- "./generated-artifacts/IAssetProxy.json",
- "./generated-artifacts/IAuthorizable.json",
- "./generated-artifacts/IAssetProxyDispatcher.json",
- "./generated-artifacts/IExchange.json",
- "./generated-artifacts/IExchangeCore.json",
- "./generated-artifacts/IMatchOrders.json",
- "./generated-artifacts/ISignatureValidator.json",
- "./generated-artifacts/ITransactions.json",
- "./generated-artifacts/IValidator.json",
- "./generated-artifacts/IWallet.json",
- "./generated-artifacts/IWrapperFunctions.json"
- ],
- "exclude": ["./deploy/solc/solc_bin"]
-}