aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/utils/tsconfig.json')
-rw-r--r--contracts/utils/tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/contracts/utils/tsconfig.json b/contracts/utils/tsconfig.json
deleted file mode 100644
index 68251e6b0..000000000
--- a/contracts/utils/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": ".",
- "resolveJsonModule": true
- },
- "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/TestConstants.json",
- "./generated-artifacts/TestLibBytes.json",
- "./generated-artifacts/IOwnable.json",
- "./generated-artifacts/Ownable.json",
- "./generated-artifacts/LibBytes.json",
- "./generated-artifacts/SafeMath.json",
- "./generated-artifacts/ReentrancyGuard.json"
- ],
- "exclude": ["./deploy/solc/solc_bin"]
-}