Update tsconfig.json

This commit is contained in:
MacRimi
2025-02-13 20:41:36 +01:00
committed by GitHub
parent 95fe0e1df7
commit d61bc1950e

View File

@@ -20,7 +20,7 @@
}
],
"paths": {
"@/*": ["./*"]
"@/*": ["./*"],
"@/components/*": ["./app/components/*"]
}
},