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
current transformPaths declaration is not compatible with TS CustomTransformers
it causes type check error when using with rollup-plugin-typescript2 'transformers' option
related issue: #11
caused by: jaredpalmer/tsdx#374 (comment)
current
transformPaths
declaration is not compatible with TSCustomTransformers
it causes type check error when using with
rollup-plugin-typescript2
'transformers' optionfix:
-- afterDeclarations(....): ts.Transformer<ts.SourceFile>
++ afterDeclarations(....): ts.Transformer<ts.SourceFile | ts.Bundle>
@zerkalica I will create PR soon :)
The text was updated successfully, but these errors were encountered: