Rate Matrix Rules user story

This commit is contained in:
hagiye
2026-06-02 10:47:36 +03:00
parent 3682bda85c
commit d52a5715e0
12 changed files with 769 additions and 3 deletions

View File

@@ -2,6 +2,18 @@
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{ "path": "./tsconfig.node.json" },
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": ["*"],
"@constants/*": ["constants/*"],
"@components/*": ["components/*"]
}
}
}
]
}