diff options
| author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 05:31:10 +0800 | 
|---|---|---|
| committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 05:31:10 +0800 | 
| commit | f64638173ac031749e304825eabd9e401fed1dc1 (patch) | |
| tree | 27178eee51bee17574b05d2fef84007e03145915 /tsconfig.json | |
| parent | 14a0dcecf5bb8f955ba7759bee9e92ba28d7cbab (diff) | |
| download | dexon-0x-contracts-f64638173ac031749e304825eabd9e401fed1dc1.tar.gz dexon-0x-contracts-f64638173ac031749e304825eabd9e401fed1dc1.tar.zst dexon-0x-contracts-f64638173ac031749e304825eabd9e401fed1dc1.zip  | |
Transform lodash-es to commonjs module format
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0684d4f1b..598a60faa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,11 +8,13 @@      "declaration": true,      "noImplicitAny": true,      "experimentalDecorators": true, +    "allowJs": true,      "strictNullChecks": true    },    "include": [      "./src/**/*",      "./test/**/*", +    "./node_modules/lodash-es/**/*",      "./node_modules/types-bn/index.d.ts",      "./node_modules/types-ethereumjs-util/index.d.ts",      "./node_modules/web3-typescript-typings/index.d.ts",  | 
