v1.3.0 Support for reolving files with `baseUrl` and no `paths` by @quentin-fox
As of TypeScript 4.1, baseUrl is no longer required to be set when using paths.
Which means that you can set a baseUrl
in your tsconfig.json
which allows you import modules with project wide absolute file paths.
Thanks to @quentin-fox for the work!