We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0111f18 commit 9ee78abCopy full SHA for 9ee78ab
packages/@angular/cli/commands/version.ts
@@ -31,7 +31,7 @@ const VersionCommand = Command.extend({
31
versions.os = process.platform + ' ' + process.arch;
32
33
const alwaysPrint = ['node', 'os'];
34
- const roots = ['@angular/', '@ngtools/'];
+ const roots = ['@angular/', '@ngtools/', 'typescript'];
35
36
let ngCliVersion = pkg.version;
37
if (!__dirname.match(/node_modules/)) {
0 commit comments