aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index bc71dfb70..bbcb0a6d2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,7 +8,7 @@
"noImplicitReturns": true,
"pretty": true,
"skipLibCheck": true,
- "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
+ "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
"strict": true,
// These settings are required for TypeScript project references
"composite": true,
@@ -22,10 +22,13 @@
"references": [
{ "path": "./packages/0x.js" },
{ "path": "./packages/abi-gen" },
+ { "path": "./packages/abi-gen-wrappers" },
{ "path": "./packages/assert" },
{ "path": "./packages/asset-buyer" },
{ "path": "./packages/base-contract" },
{ "path": "./packages/connect" },
+ { "path": "./packages/contract-addresses" },
+ { "path": "./packages/contract-artifacts" },
{ "path": "./packages/contract-wrappers" },
{ "path": "./packages/contracts" },
{ "path": "./packages/dev-utils" },
@@ -42,7 +45,6 @@
{ "path": "./packages/sol-compiler" },
{ "path": "./packages/sol-cov" },
{ "path": "./packages/sol-resolver" },
- { "path": "./packages/sra-report" },
{ "path": "./packages/sra-spec" },
{ "path": "./packages/subproviders" },
{ "path": "./packages/testnet-faucets" },