File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import path from "node:path";
55import ts from "typescript" ;
66
77import { nxTransformerPlugin } from "typescript-transform-paths" ;
8- import * as transformerModule from "../../dist/transformer" ;
8+ import transformerModule from "../../dist/transformer" ;
99
1010import { projectsPaths } from "../config" ;
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { PluginConfig } from "ts-patch";
44import { CustomTransformers , PluginImport , Program } from "typescript" ;
55
66import { register } from "typescript-transform-paths" ;
7- import * as transformerModule from "../../dist/transformer" ;
7+ import transformerModule from "../../dist/transformer" ;
88
99import { ModuleNotFoundError } from "../utils" ;
1010
You can’t perform that action at this time.
0 commit comments