Update tsconfig.json

This commit is contained in:
MacRimi 2025-02-13 20:41:36 +01:00 committed by GitHub
parent 95fe0e1df7
commit d61bc1950e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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