aboutsummaryrefslogtreecommitdiffstats
path: root/packages/long-lived-subscriptions-test/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/long-lived-subscriptions-test/tsconfig.json')
-rw-r--r--packages/long-lived-subscriptions-test/tsconfig.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/long-lived-subscriptions-test/tsconfig.json b/packages/long-lived-subscriptions-test/tsconfig.json
deleted file mode 100644
index 3d967d05f..000000000
--- a/packages/long-lived-subscriptions-test/tsconfig.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "extends": "../../tsconfig",
- "compilerOptions": {
- "outDir": "lib"
- },
- "include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
-}