aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r--packages/json-schemas/tsconfig.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/json-schemas/tsconfig.json b/packages/json-schemas/tsconfig.json
index 88a467ccb..10354fa33 100644
--- a/packages/json-schemas/tsconfig.json
+++ b/packages/json-schemas/tsconfig.json
@@ -3,5 +3,10 @@
"compilerOptions": {
"outDir": "lib"
},
- "include": ["./src/**/*", "./test/**/*", "../../node_modules/chai-typescript-typings/index.d.ts"]
+ "include": [
+ "./src/**/*",
+ "./test/**/*",
+ "../../node_modules/web3-typescript-typings/index.d.ts",
+ "../../node_modules/chai-typescript-typings/index.d.ts"
+ ]
}