diff options
| author | Fabio Berger <me@fabioberger.com> | 2018-04-12 08:26:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-12 08:26:42 +0800 |
| commit | 749354b1c04f45a30086163ec221695705dcab42 (patch) | |
| tree | 264a89829e2b49afc8c4e598c841205b7fbbee61 /packages/types | |
| parent | 5eb90697c824f1c98467cdb6cd71dbb94ff70805 (diff) | |
| parent | 72aa3d3005c81c1d0deb66369ce543bda3cccdc1 (diff) | |
| download | dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.gz dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.tar.zst dexon-sol-tools-749354b1c04f45a30086163ec221695705dcab42.zip | |
Merge pull request #520 from 0xProject/fix/installation-tests
Fix the publishing/installation test issues
Diffstat (limited to 'packages/types')
| -rw-r--r-- | packages/types/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json index 9f1937b22..ce916a635 100644 --- a/packages/types/tsconfig.json +++ b/packages/types/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../../tsconfig", "compilerOptions": { - "typeRoots": ["node_modules/@types"], + "typeRoots": ["../../node_modules/@types", "node_modules/@types"], "outDir": "lib" }, "include": ["src/**/*"] |
