13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": [
|
|
"./src/**/*",
|
|
"./test/**/*",
|
|
"../../node_modules/web3-typescript-typings/index.d.ts",
|
|
"../../node_modules/chai-typescript-typings/index.d.ts"
|
|
]
|
|
}
|