You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: