Removing hardcoded paths
Closed this issue · 1 comments
Mrostgaard commented
These should probably just look like:
"paths": {
"@": ["./"],
"@/*": ["./*"]
}
Instead of the hardcoded path that exists at the moment.
Jibola commented
Thanks for the suggestion. We've merged the change!