Skip to content

Commit

Permalink
WIP fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 18, 2024
1 parent 4f5b4e4 commit 702c1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import transformer from "./transformer";
export default transformer;

export { TsTransformPathsConfig } from "./types";
export type { TsTransformPathsConfig } from "./types";
export { register } from "./register";
export { nxTransformerPlugin } from "./plugins";

0 comments on commit 702c1b7

Please sign in to comment.