osu-cascades / hackbot

Discord bot for the Cascades Tech Club Discord server
https://discordapp.com
4 stars 8 forks source link

[DevTooling] EZ Imports with Absolute Prefix #119

Closed ctsstc closed 4 years ago

ctsstc commented 4 years ago

The relative imports in this project are a nightmare. I would like to utilize directory aliasing and have @ point to the src directory, this should make things look much better as well as simple imports :)

If I recall correctly this is a typescript config option.

I think Vue + TS does this by default if a reference is needed.

Acceptance