Config aliases for path in jsconfig.json

This commit is contained in:
2024-05-20 04:03:35 +04:00
parent 2e916fed68
commit 20386291f5
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/components/*": ["components/*"],
"@/lib/*": ["lib/*"]
}
}
}