feat(WHE-20): implement deterministic monthly settlement engine

This commit is contained in:
2026-03-05 04:04:07 +04:00
parent 64c7d41ba9
commit 40c2313f1f
8 changed files with 453 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
"name": "@household/domain",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun",
"typecheck": "tsgo --project tsconfig.json --noEmit",