first commit

This commit is contained in:
Antoine BRYJA
2025-11-04 22:55:03 +01:00
commit 49c56e1479
25 changed files with 5147 additions and 0 deletions

14
front-end/tsconfig.json Normal file
View File

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