This commit is contained in:
Tikhon Vodyanov 2025-08-02 13:24:06 +02:00
parent 118965e0c3
commit e3d416ff0e
30 changed files with 6864 additions and 0 deletions

8
frontend/jsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}