Hello, thanks for creating and open sourcing this plugin.
This plugin seems to require baseUrl config to be present in tsconfig.json. However, the typescript docs now don't recommend setting it. From tsconfig docs:
This feature was designed for use in conjunction with AMD module loaders in the browser, and is not recommended in any other context. As of TypeScript 4.1, baseUrl is no longer required to be set when using paths.
It would be good if the baseUrl requirement was relaxed in this plugin too.
Hello, thanks for creating and open sourcing this plugin.
This plugin seems to require baseUrl config to be present in tsconfig.json. However, the typescript docs now don't recommend setting it. From tsconfig docs:
It would be good if the baseUrl requirement was relaxed in this plugin too.