aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/libs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/libs/tsconfig.json')
-rw-r--r--contracts/libs/tsconfig.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/contracts/libs/tsconfig.json b/contracts/libs/tsconfig.json
deleted file mode 100644
index 27ca35085..000000000
--- a/contracts/libs/tsconfig.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib",
- "rootDir": ".",
- "resolveJsonModule": true
- },
- "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
- "files": [
- "./generated-artifacts/TestLibs.json",
- "./generated-artifacts/LibOrder.json",
- "./generated-artifacts/LibFillResults.json",
- "./generated-artifacts/LibAbiEncoder.json",
- "./generated-artifacts/LibEIP712.json",
- "./generated-artifacts/LibMath.json"
- ],
- "exclude": ["./deploy/solc/solc_bin"]
-}