Skip to content

Commit f65594a

Browse files
author
Joel Jeske
committed
Fix improper path assignment
1 parent 4b523dc commit f65594a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function init({ typescript: ts }: { typescript: typeof tsModule }) {
7878

7979
// If a custom typescript emitter is provided, resolve the path
8080
if (options.customTypescriptTransformer) {
81-
options.customRenderer = path.resolve(
81+
options.customTypescriptTransformer = path.resolve(
8282
directory,
8383
options.customTypescriptTransformer,
8484
);

0 commit comments

Comments
 (0)