Using a baseUrl is a common practice in applications using AMD module loaders where modules are “deployed” to a single folder at run-time link.
What do you prefer better:
import * from "../../controllers/SomeController"
or:
import * from "controllers/SomeController"