diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-18 20:59:21 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-18 20:59:21 +0800 |
commit | 4bf50a04961ff0e44298d9e353f1b395a3f55990 (patch) | |
tree | 8c20a43c82d5144a2203dff1b0b94231f6597b4b /tsconfig.json | |
parent | 745d36813033ed9305361d5d25cc6a4c529d9ced (diff) | |
download | dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar.gz dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar.bz2 dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar.lz dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar.xz dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.tar.zst dexon-sol-tools-4bf50a04961ff0e44298d9e353f1b395a3f55990.zip |
update outdated package and tsconfig issue
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2bed48649..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, |