19 lines
406 B
JSON
19 lines
406 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"paths": {
|
|
"@welshman/lib": ["../lib/src/index.js"],
|
|
"@welshman/signer": ["../signer/src/index.js"],
|
|
"@welshman/util": ["../util/src/index.js"],
|
|
"@welshman/relay": ["../relay/src/index.js"],
|
|
"@welshman/net": ["../net/src/index.js"]
|
|
}
|
|
},
|
|
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|