project: format all

This commit is contained in:
2025-09-25 14:38:58 +02:00
parent b8d64f325b
commit 7950e6761c
15 changed files with 134 additions and 144 deletions

View File

@@ -22,7 +22,7 @@
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@/*": ["./src/*"]
}
}
}