Skip to content

Commit a40b378

Browse files
committed
fix: Fixed incorrect signature return type for transformer (fixes #156)
1 parent 5c2373b commit a40b378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function transformer(
3333
compilerOptions?: ts.CompilerOptions;
3434
fileNames?: string[];
3535
}
36-
): ts.CustomTransformer
36+
): ts.CustomTransformerFactory
3737

3838

3939
/* ****************************************************************************************************************** *

0 commit comments

Comments
 (0)