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";
5
5
import ts from "typescript" ;
6
6
7
7
import { nxTransformerPlugin } from "typescript-transform-paths" ;
8
- import * as transformerModule from "../../dist/transformer" ;
8
+ import transformerModule from "../../dist/transformer" ;
9
9
10
10
import { projectsPaths } from "../config" ;
11
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { PluginConfig } from "ts-patch";
4
4
import { CustomTransformers , PluginImport , Program } from "typescript" ;
5
5
6
6
import { register } from "typescript-transform-paths" ;
7
- import * as transformerModule from "../../dist/transformer" ;
7
+ import transformerModule from "../../dist/transformer" ;
8
8
9
9
import { ModuleNotFoundError } from "../utils" ;
10
10
You can’t perform that action at this time.
0 commit comments