aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/testnet-faucets/tsconfig.json')
-rw-r--r--packages/testnet-faucets/tsconfig.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/testnet-faucets/tsconfig.json b/packages/testnet-faucets/tsconfig.json
index b0e7ba00c..d7e89a1e2 100644
--- a/packages/testnet-faucets/tsconfig.json
+++ b/packages/testnet-faucets/tsconfig.json
@@ -4,9 +4,5 @@
"outDir": "lib",
"strictPropertyInitialization": false
},
- "include": [
- "./src/ts/**/*",
- "../../node_modules/types-bn/index.d.ts",
- "../../node_modules/types-ethereumjs-util/index.d.ts"
- ]
+ "include": ["./src/ts/**/*"]
}