Relative Content

Tag Archive for javascripttypescriptexpressimportnode-modules

What is the module import order in Typescript?

I have quite simple express server. I am using a self hosted package, so it works the same way as any npm package what it comes to installing and using it. Or at least that’s what I think and how it should work. My actual server file is importing from this package and also imports some route files. My structure is currently roughly like this: