* switch @0x/contract-wrappers to generated wrappers - remove TransactionEncoder - move TokenUtils to @0x/dev-utils - detailed changes in #2040
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "../../typedoc-tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|