We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2373b commit a40b378Copy full SHA for a40b378
types/index.d.ts
@@ -33,7 +33,7 @@ export default function transformer(
33
compilerOptions?: ts.CompilerOptions;
34
fileNames?: string[];
35
}
36
-): ts.CustomTransformer
+): ts.CustomTransformerFactory
37
38
39
/* ****************************************************************************************************************** *
0 commit comments