aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/tsconfig.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-11-14 01:21:25 +0800
committerFabio Berger <me@fabioberger.com>2017-11-14 01:21:25 +0800
commit70661c179f589c20f893a354c9d66646854f6638 (patch)
treecab365db68710b1ccf5992ad9734ea484bd8bbce /packages/0x.js/tsconfig.json
parent8a0ae68f27e942f125343216b7d59e3c906f8b1e (diff)
downloaddexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar.gz
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar.bz2
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar.lz
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar.xz
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.tar.zst
dexon-0x-contracts-70661c179f589c20f893a354c9d66646854f6638.zip
point to top-level node_modules
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"
]
}