minimal app

This commit is contained in:
Matthieu BOUCLY 2025-03-31 11:18:27 +02:00
commit 3d0cb9cc28
30 changed files with 3506 additions and 0 deletions

11
frontend/tsconfig.json Normal file
View file

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