add: initial commit

This commit is contained in:
Lukian 2025-03-28 10:11:44 +01:00
parent 7ea5807fad
commit ce20368129
24 changed files with 1399 additions and 0 deletions

7
front/tsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}