aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ethereum-types/tsconfig.json')
-rw-r--r--packages/ethereum-types/tsconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/ethereum-types/tsconfig.json b/packages/ethereum-types/tsconfig.json
deleted file mode 100644
index 9ab22ac8a..000000000
--- a/packages/ethereum-types/tsconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "typeRoots": ["../../node_modules/@types"],
- "outDir": "lib",
- "rootDir": "src"
- },
- "include": ["src/**/*"]
-}