Move frontend files

This commit is contained in:
Miha Frangež 2025-09-12 23:23:30 +02:00
parent b7ce9d850d
commit 36da67f369
36 changed files with 2 additions and 5 deletions

11
frontend/tsconfig.json Normal file
View file

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