aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/examples/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/examples/tsconfig.json')
-rw-r--r--contracts/examples/tsconfig.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/contracts/examples/tsconfig.json b/contracts/examples/tsconfig.json
deleted file mode 100644
index 63245da1e..000000000
--- a/contracts/examples/tsconfig.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": ".",
- "resolveJsonModule": true
- },
- "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/ExchangeWrapper.json",
- "./generated-artifacts/Validator.json",
- "./generated-artifacts/Wallet.json",
- "./generated-artifacts/Whitelist.json"
- ],
- "exclude": ["./deploy/solc/solc_bin"]
-}