Add domain package

This commit is contained in:
Jon Staab
2026-06-18 11:41:21 -07:00
parent 393c95e107
commit eb451d795b
14 changed files with 675 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"],
"@welshman/signer": ["../signer/src/index.js"]
}
},
"include": [
"src/**/*"
]
}