radiocampus: style update

This commit is contained in:
2024-05-31 14:40:31 +02:00
parent 83548e432c
commit 1317c278a8
63 changed files with 10422 additions and 11 deletions

View File

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