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