Initial commit

This commit is contained in:
RedCrab 2024-12-05 16:58:13 +00:00
commit e7dbe84ea5
23 changed files with 423 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" }
]
}