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 4b523dc commit f65594aCopy full SHA for f65594a
src/index.ts
@@ -78,7 +78,7 @@ function init({ typescript: ts }: { typescript: typeof tsModule }) {
78
79
// If a custom typescript emitter is provided, resolve the path
80
if (options.customTypescriptTransformer) {
81
- options.customRenderer = path.resolve(
+ options.customTypescriptTransformer = path.resolve(
82
directory,
83
options.customTypescriptTransformer,
84
);
0 commit comments