Merge pull request #520 from 0xProject/fix/installation-tests

Fix the publishing/installation test issues
This commit is contained in:
Fabio Berger
2018-04-12 09:26:42 +09:00
committed by GitHub
9 changed files with 16 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"typeRoots": ["node_modules/@types"],
"typeRoots": ["../../node_modules/@types", "node_modules/@types"],
"outDir": "lib"
},
"include": ["src/**/*"]