**Is your feature request related to a problem? Please describe.** Right now, doing `import api from '@/serverMiddleware/api'` doesn't work. **Describe the solution you'd like** It'd be nice to be able to import server modules this way. **Describe alternatives you've considered** There's current this https://www.npmjs.com/package/tsconfig-paths that could solve this issue.