So Im trying to implement Absolute imports using JSON files in directories.
In JSON:{"name": "components"}
I have specified paths in config JSON, but still not working, I have tried with baseURL and without, with "/*" at the end:
"paths": {"components/*":["./src/components/*"] },```and without:"paths": {"components":["./src/components"] },
Code is working normally, only problem is TS error.