feat(domain): centralize data definition

This commit is contained in:
2025-11-17 00:04:27 +02:00
parent e7585aa76c
commit f39635e04f
96 changed files with 3474 additions and 1167 deletions
-10
View File
@@ -1,14 +1,4 @@
{
"compilerOptions": {
"baseUrl": ".",
"composite": true,
"incremental": true,
"paths": {
"@basango/db": ["../../packages/db/src/*"],
"#api/*": ["./src/*"],
"#db/*": ["../../packages/db/src/*"]
}
},
"extends": "@basango/tsconfig/base.json",
"include": ["src"]
}