feat: replace all src/ imports to @ alias

This commit is contained in:
Ahmed Bouhuolia
2024-12-15 00:50:10 +02:00
parent 2ba31148ca
commit 70211980aa
11 changed files with 14 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"paths": {
"@/*": ["src/*"],
"@/*": ["./src/*"]
}
}
}