aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js/tsconfig.json')
-rw-r--r--packages/0x.js/tsconfig.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/0x.js/tsconfig.json b/packages/0x.js/tsconfig.json
index 0684d4f1b..a5da86b88 100644
--- a/packages/0x.js/tsconfig.json
+++ b/packages/0x.js/tsconfig.json
@@ -13,10 +13,10 @@
"include": [
"./src/**/*",
"./test/**/*",
- "./node_modules/types-bn/index.d.ts",
- "./node_modules/types-ethereumjs-util/index.d.ts",
- "./node_modules/web3-typescript-typings/index.d.ts",
- "./node_modules/chai-typescript-typings/index.d.ts",
- "./node_modules/chai-as-promised-typescript-typings/index.d.ts"
+ "../../node_modules/types-bn/index.d.ts",
+ "../../node_modules/types-ethereumjs-util/index.d.ts",
+ "../../node_modules/web3-typescript-typings/index.d.ts",
+ "../../node_modules/chai-typescript-typings/index.d.ts",
+ "../../node_modules/chai-as-promised-typescript-typings/index.d.ts"
]
}