Merge pull request #520 from 0xProject/fix/installation-tests
Fix the publishing/installation test issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"typeRoots": ["../../node_modules/@types", "node_modules/@types"],
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
|
Reference in New Issue
Block a user