Open
Description
Couldn't find it in the documentation or by digging a bit in the source code; is it possible to specify which file to import when setting up our transforms?
Say I have a Contact
file for a controller in app/controller/
and a Contact
object for my routing in app/routes
. It'd like to be able to tell grunt-ts to import not the controller but the route. Something like ts:ref=routes.Contact
.
Is this at all possible?