Files
welshman/packages/signer/tsconfig.build.json
T
2025-04-02 10:48:51 -07:00

18 lines
352 B
JSON

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