Add @ alias

This commit is contained in:
2026-05-10 16:06:45 +02:00
parent 7a09198e9e
commit f7f8cda2a5
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}