Format code

This commit is contained in:
momo5502
2025-04-22 20:54:30 +02:00
parent f21e349a94
commit d91f171bae
43 changed files with 1246 additions and 1134 deletions

View File

@@ -11,9 +11,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
"@/*": ["./src/*"]
}
}
}
}