File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from "path";
4
4
import { projectsPaths } from "../config" ;
5
5
import { execSync } from "child_process" ;
6
6
import { readFileSync , rmSync } from "fs" ;
7
- import * as transformerModule from "typescript-transform-paths/dist/transformer " ;
7
+ import * as transformerModule from "typescript-transform-paths" ;
8
8
9
9
/* ****************************************************************************************************************** *
10
10
* Tests
Original file line number Diff line number Diff line change 1
1
import { register } from "typescript-transform-paths" ;
2
2
import { PluginConfig } from "ts-patch" ;
3
3
import * as tsNode from "ts-node" ;
4
- import * as transformerModule from "typescript-transform-paths/dist/transformer " ;
4
+ import * as transformerModule from "typescript-transform-paths" ;
5
5
import { REGISTER_INSTANCE } from "ts-node" ;
6
6
import { CustomTransformers , PluginImport , Program } from "typescript" ;
7
7
You can’t perform that action at this time.
0 commit comments