|
5 | 5 | "prepare": "node prepare.js"
|
6 | 6 | },
|
7 | 7 | "devDependencies": {
|
8 |
| - "typescript-transform-paths": "link:../src", |
9 |
| - "ts-expose-internals": "^4.1.2", |
10 |
| - "typescript-three": "npm:typescript@3.6.5", |
11 |
| - "typescript-four-seven": "npm:typescript@4.7.4", |
12 |
| - "ts-node": "link:../node_modues/ts-node", |
13 |
| - "typescript": "latest", |
14 |
| - "ts-patch": "latest", |
15 |
| - "tsp1": "npm:ts-patch@1.*.*", |
16 |
| - "tsp2": "npm:ts-patch@2.*.*", |
17 | 8 | "@nrwl/cli": "^15.0.0",
|
18 | 9 | "@nrwl/js": "^15.0.0",
|
19 | 10 | "@nrwl/node": "^15.0.0",
|
20 | 11 | "@nrwl/workspace": "^15.0.0",
|
21 | 12 | "nx": "^15.0.0",
|
22 |
| - "strip-ansi": "^6.0.1" |
| 13 | + "strip-ansi": "^6.0.1", |
| 14 | + "ts-expose-internals": "^4.1.2", |
| 15 | + "ts-node": "link:../node_modues/ts-node", |
| 16 | + "ts-patch": "latest", |
| 17 | + "tsp1": "npm:ts-patch@1.*.*", |
| 18 | + "tsp2": "npm:ts-patch@2.*.*", |
| 19 | + "typescript": "latest", |
| 20 | + "typescript-four-seven": "npm:typescript@4.7.4", |
| 21 | + "typescript-three": "npm:typescript@3.6.5", |
| 22 | + "typescript-transform-paths": "link:../src" |
23 | 23 | },
|
24 | 24 | "workspaces": {
|
25 | 25 | "packages": [
|
|
0 commit comments