Files
welshman/packages/signer/tsconfig.build.json
2025-10-20 14:48:40 -07:00

17 lines
300 B
JSON

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