Skip to content

Commit dc4ca5b

Browse files
committed
feat: show typescript version on ng version
1 parent bb307ec commit dc4ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/commands/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const VersionCommand = Command.extend({
3131
versions.os = process.platform + ' ' + process.arch;
3232

3333
const alwaysPrint = ['node', 'os'];
34-
const roots = ['@angular/', '@ngtools/'];
34+
const roots = ['@angular/', '@ngtools/', 'typescript'];
3535

3636
let ngCliVersion = pkg.version;
3737
if (!__dirname.match(/node_modules/)) {

0 commit comments

Comments
 (0)