diff options
| author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-05 05:14:05 +0800 | 
|---|---|---|
| committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:36:59 +0800 | 
| commit | 8f0ceaf1d8261e9779213276372f4690cdf3426c (patch) | |
| tree | 8773a0d4b5366be0d3821a68d31b309816f81521 /tsconfig.json | |
| parent | 1da360435102bb6629f01d8a9d1c5d02d2a983bd (diff) | |
| download | dexon-sol-tools-8f0ceaf1d8261e9779213276372f4690cdf3426c.tar.gz dexon-sol-tools-8f0ceaf1d8261e9779213276372f4690cdf3426c.tar.zst dexon-sol-tools-8f0ceaf1d8261e9779213276372f4690cdf3426c.zip | |
Create abi-gen-wrappers package
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tsconfig.json b/tsconfig.json index 5d1da9d02..7127f9a88 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,7 @@      "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" }, | 
