1
0
forked from PGL/Clyde

frontend + ci

This commit is contained in:
2024-02-17 20:48:14 +01:00
parent 3f1c4732ec
commit a795108859
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"]
}