Open package.json file and check devDependencies node. It has typescript version used in project like below.

"typescript": "^2.4.0",

You can also use command prompt as Sajeetharan suggested in below answer.

Answer from Karan Patel on Stack Overflow
🌐
CSharp.com
c-sharpcorner.com › blogs › typescript-versions-in-angular
TypeScript Versions In Angular
March 13, 2023 - You can check the version of TypeScript using the package.json file, Angular CLI, or TypeScript compiler. Once you have identified the TypeScript version, you can use it to ensure that your code is compatible with the specific version of TypeScript being used in your Angular project.
🌐
LambdaTest Community
community.lambdatest.com › general discussions
How to check TypeScript version in an Angular 4 project? - LambdaTest Community
August 5, 2024 - How can I check the TypeScript version used in my Angular 4 project? Running ng -v shows various details but not the TypeScript version. What steps can I follow to determine the TypeScript version in my Angular 4 project…
🌐
Techiediaries
techiediaries.com › angular-typescript-version
Angular 15 TypeScript Version | Techiediaries
You can open the package.json file of your Angular project and check the devDependencies node. It should contain typescript version used: ... This will display the globally installed version of typescript.
🌐
DEV Community
dev.to › patricepeartree › comment › mo7o
You can check the supported TypeScript versions for an Angular version in the... - DEV Community
You can check the supported TypeScript versions for an Angular version in the @angular/compiler-cli/package.json: { ... "peerDependencies": { ... "typescript": ">=3.6 <3.7" } } There seems to be a way to disable this version checking in case ...
🌐
Angular
angular.dev › reference › versions
Version compatibility • Angular
The following tables describe the versions of Node.js, TypeScript, and RxJS that each version of Angular requires. ... This table covers Angular versions under active support. This table covers Angular versions that are no longer under long-term support (LTS). This information was correct when each version went out of LTS and is provided without any further guarantees.
🌐
GitHub
github.com › angular › angular-cli › issues › 6627
Display typescript version being used during ng build --progress and/or ng build --verbose · Issue #6627 · angular/angular-cli
Bug Report or Feature Request (mark with an x) - [ ] bug report -> please search issues before submitting - [x ] feature request Versions. Output from: ng --version. @angular/cli: 1.1.1 node: 7.10.0 os: win32 x64 Repro steps. ng build --...
🌐
Brainly
brainly.com › computers and technology › high school › how do you update typescript in angular?
[FREE] How do you update TypeScript in Angular? - brainly.com
To update TypeScript in Angular, navigate to your project directory and run the command npm install typescript@latest, followed by ng update @angular/cli @angular/core to ensure compatibility.
Find elsewhere
🌐
EDUCBA
educba.com › home › software development › software development tutorials › typescript tutorial › typescript version check
TypeScript Version Check | Example | TypeScript Versions
April 18, 2023 - This is a guide to TypeScript Version Check. Here we discuss the introduction, example and TypeScript versions respectively.
Address   Unit no. 202, Jay Antariksh Bldg, Makwana Road, Marol, Andheri (East),, 400059, Mumbai
🌐
YouTube
youtube.com › watch
How To Update TypeScript Version In Angular? - Next LVL Programming - YouTube
How To Update TypeScript Version In Angular? Are you looking to stay up to date with the latest TypeScript version in your Angular project? In this video, we...
Published   April 1, 2025
🌐
Treehouse Blog
blog.teamtreehouse.com › getting-started-typescript
Getting Started With TypeScript [Examples] | Treehouse Blog
July 3, 2024 - ... The -g means it’s installed on your system globally so that the TypeScript compiler can be used in any of your projects. Test that the TypeScript is installed correctly by typing tsc -v into your terminal or command prompt. You should ...
🌐
Great Learning
mygreatlearning.com › angular-7 › tutorials › versions-of-typescript
Versions of TypeScript - Great Learning
In this tutorial, you will learn Versions of TypeScript with the help of examples. Our easy-to-follow, step-by-step guides will teach you everything you need to know about Versions of TypeScript.
🌐
Angular
angular.dev › reference › configs › angular-compiler-options
Angular compiler options • Angular
Libraries built at "HEAD" alongside their applications and using the same version of Angular such as in a mono-repository can use 'full' since there is no risk of version skew. When true, the default, transforms code that is or could be used in an annotation, to allow it to be imported from template factory modules. See metadata rewriting for more information. When false, disables this rewriting, requiring the rewriting to be done manually. When true, the compiler does not look at the TypeScript version and does not report an error when an unsupported version of TypeScript is used.
🌐
Delft Stack
delftstack.com › home › howto › typescript › check typescript version
How to Check Version in TypeScript | Delft Stack
March 11, 2025 - This command retrieves the latest commit of the package.json file and filters the output to show only the line containing TypeScript. The caret symbol (^) indicates that the project is using version 4.5.4 or any compatible version above it, but below 5.0.0. This method is straightforward and allows you to quickly check the version of TypeScript your project is using, especially when collaborating with teams.
🌐
npm
npmjs.com › package › typescript
typescript - npm
TypeScript is a language for application scale JavaScript development. Latest version: 5.9.3, last published: 3 months ago. Start using typescript in your project by running `npm i typescript`. There are 61842 other projects in the npm registry using typescript.
      » npm install typescript
    
Published   Sep 30, 2025
Version   5.9.3
Author   Microsoft Corp.
🌐
CodeCraft
codecraft.tv › courses › angular › es6-typescript › 1
TypeScript Setup • Angular
In this video I'm using an online editor called Plunker to write and run Angular code. The book and code has since been updated to use StackBlitz instead. To understand more about why and the differences between read this. ... Since browsers don’t know about TypeScript we need to convert our TypeScript code into something they do understand. The current version of JavaScript with the broadest support across all browsers is still ES5, so that’s what we currently convert our TypeScript code into.
🌐
GitHub
github.com › stackblitz › core › issues › 337
How to find the TS version i'm using ? · Issue #337 · stackblitz/core
March 14, 2018 - Is it possible to find the TS version currently being editing with ?
Published   Mar 14, 2018
🌐
MonoVM
monovm.com › 📚 tutorials 📚 › how to check angular version? [update angular]
How to check angular version? [Update Angular]
October 5, 2025 - The detailed breakdown of Angular's components and step-by-step instructions for checking and updating versions are incredibly valuable. Google's continuous enhancements to Angular and its wide adoption by industry leaders underscore its significance. The emphasis on TypeScript and maintainability ...
🌐
Angular
v17.angular.io › cli › version
Angular
Angular is a platform for building mobile and desktop web applications. Join the community of millions of developers who build compelling user interfaces with Angular.