Skip to content

Commit

Permalink
fix: Fixed incorrect signature return type for transformer (fixes #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Oct 20, 2022
1 parent 5c2373b commit a40b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -33,7 +33,7 @@ export default function transformer(
compilerOptions?: ts.CompilerOptions;
fileNames?: string[];
}
): ts.CustomTransformer
): ts.CustomTransformerFactory


/* ****************************************************************************************************************** *
Expand Down

0 comments on commit a40b378

Please sign in to comment.