Skip to content

v1.3.0 Support for reolving files with `baseUrl` and no `paths` by @quentin-fox

Compare
Choose a tag to compare
@antonk52 antonk52 released this 02 Aug 21:06
· 65 commits to main since this release

As of TypeScript 4.1, baseUrl is no longer required to be set when using paths.

source

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!