allegro / typescript-strict-plugin

Typescript plugin that allows turning on strict mode in specific files or directories.
MIT License
338 stars 29 forks source link

Fixed file paths broke by adding `/` to every paths #85

Closed floklein closed 2 months ago

floklein commented 2 months ago

Hi!

Fixed a bug introduced by https://github.com/allegro/typescript-strict-plugin/pull/68. Used @heyimalex proposal to do so.

Thanks!

floklein commented 2 months ago

Sorry, made a new one (https://github.com/allegro/typescript-strict-plugin/pull/86) so I could publish my own package while waiting for your approval.