MEP frontend avec filtres

This commit is contained in:
el 2025-05-26 17:31:00 +02:00
parent 67a146c5dd
commit 0585ff56fd
19 changed files with 4233 additions and 0 deletions

7
frontend/tsconfig.json Normal file
View file

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