frontend + ci

This commit is contained in:
2024-02-17 20:48:14 +01:00
parent 79e0f64d14
commit e148ba0857
23 changed files with 590 additions and 4 deletions

8
frontend/jsconfig.json Normal file
View File

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