LeDDGroup / typescript-transform-paths

Transforms module resolution paths using TypeScript path mapping and/or custom paths
MIT License
466 stars 22 forks source link

[Bug] Incorrect transformer signature in types definition file #156

Closed kuoruan closed 1 year ago

kuoruan commented 2 years ago

https://github.com/LeDDGroup/typescript-transform-paths/blob/83349e4e1b84efaa28ee3efbc09c8e15369f4836/types/index.d.ts#L36

I think this should ts.CustomTransformerFactory

nonara commented 1 year ago

Thank you for the report! You are correct on that. I will get that fixed.