Updated packages and fixed identified CS and typo in sonar-project.properties
Some checks failed
Sonar / SonarQube (push) Has been cancelled

This commit is contained in:
Liviu Burcusel 2025-11-15 12:43:07 +01:00
parent defa605e45
commit b5b082bc5d
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
6 changed files with 819 additions and 501 deletions

11
tsconfig.test.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"paths": {
"~": ["./app"],
"~/*": ["./app/*"],
"@": ["./app"],
"@/*": ["./app/*"]
}
},
"include": ["./tests/**/*"]
}