We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75eda7 commit 391d129Copy full SHA for 391d129
packages/@angular/cli/lib/cli/index.js
@@ -3,6 +3,7 @@
3
// Prevent the dependency validation from tripping because we don't import these. We need
4
// it as a peer dependency of @angular/core.
5
// require('zone.js')
6
+// require('@angular/tsc-wrapped')
7
8
9
// This file hooks up on require calls to transpile TypeScript.
packages/@angular/cli/package.json
@@ -26,6 +26,10 @@
26
},
27
"homepage": "https://github.com/angular/angular-cli",
28
"dependencies": {
29
+ "@angular/compiler": ">=2.3.1 <5.0.0",
30
+ "@angular/compiler-cli": ">=2.3.1 <5.0.0",
31
+ "@angular/core": ">=2.3.1 <5.0.0",
32
+ "@angular/tsc-wrapped": "^0.5.0",
33
"@ngtools/json-schema": "1.0.3",
34
"@ngtools/webpack": "1.2.9",
35
"async": "^2.1.4",
0 commit comments