* generate wrappers in @0x/contract-wrappers and delete abi-gen-wrappers * trim exports from contract-wrappers * separate contract-wrappers tests to get rid of dependency cycle * remove dummy token contracts * temporarily skip coordinator test until we can upgrade coordinator server
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./src/**/*", "./test/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|