programming language, superset of JavaScript that compiles to JavaScript

TypeScript (TS) is a high-level programming language that adds static typing with optional type annotations to JavaScript. It is designed for developing large applications. It transpiles to JavaScript. It is developed by … Wikipedia
Factsheet
Family ECMAScript
Designed by Microsoft,
Anders Hejlsberg,
Luke Hoban
Factsheet
Family ECMAScript
Designed by Microsoft,
Anders Hejlsberg,
Luke Hoban
🌐
TypeScript
typescriptlang.org › download
TypeScript: How to set up TypeScript
You can use npm to install TypeScript globally, this means that you can use the tsc command anywhere in your terminal. To do this, run npm install -g typescript. This will install the latest version (currently 5.9).
🌐
DEV Community
dev.to › quentindamianino › how-to-install-typescript-on-ubuntu-33am
How to install typescript on Ubuntu - DEV Community
April 14, 2021 - You should see a version of TypeScript you just install, and a list of options for tsc command. ... Front end Developer 🔥 || Youtuber 🎬|| Blogger ✍|| K-pop fan ❤️️based in Dhaka, Bangladesh. ... Good Job for posting this Article. But, unfortunately I'll be switching from Ubuntu to ...
🌐
Server World
server-world.info › en › note
Ubuntu 22.04 : Node.js + TypeScript : Server World
This is an example of how to configure Node.js to work with TypeScript on Ubuntu 22.04 LTS.
🌐
npm
npmjs.com › package › typescript
typescript - npm
Latest version: 5.9.3, last published: 2 months ago. Start using typescript in your project by running `npm i typescript`. There are 61834 other projects in the npm registry using typescript.
      » npm install typescript
    
Published   Sep 30, 2025
Version   5.9.3
Author   Microsoft Corp.
🌐
Lindevs
lindevs.com › install-typescript-on-ubuntu
Install TypeScript on Ubuntu 20.04 | Lindevs
September 2, 2021 - Make sure you have installed Node.js and npm. You can read post how to install them. Run the following command to install TypeScript: sudo npm install -g typescript · You can check TypeScript version: tsc --version ·
🌐
LinuxCapable
linuxcapable.com › home › ubuntu › how to install typescript on ubuntu 24.04, 22.04 or 20.04
How to Install TypeScript on Ubuntu 24.04, 22.04 or 20.04 - LinuxCapable
July 4, 2024 - In this command, npm install npm@latest fetches the most recent version of npm, and -g installs it globally, making it available across the entire system. Next, we’ll install TypeScript on your system. TypeScript has a robust compiler (tsc) converts TypeScript code into plain JavaScript.
🌐
Manwithcode
manwithcode.com › 557 › how-to-install-typescript-on-linux
How to Install TypeScript on Linux | Man With Code 👨‍💻
For example, Ubuntu offers the node-typescript package, which you can install via apt. The problem is that these package managers often contain old versions of TypeScript, and TypeScript releases quite frequently, so today I'm going to be showing you how to install TypeScript directly from the source so you can be running the latest and greatest version.
Find elsewhere
🌐
Shapehost
shape.host › home › resources › a comprehensive guide to installing typescript on ubuntu 22.04 lts
TypeScript Installation Guide for Ubuntu 22.04 LTS - Shapehost
March 20, 2024 - As a dependable expert in the tech ... developed by Microsoft. This article will provide a thorough walkthrough on how to install TypeScript on Ubuntu 22.04 LTS....
🌐
GitHub
gist.github.com › mstssk › 4234745
TypeScript on Ubuntu · GitHub
note: http://y-anz-m.blogspot.jp/2012/11/ubuntu-typescript.html ... Download zipped syntax file for ST2 from following url. http://blogs.msdn.com/b/interoperability/archive/2012/10/01/sublime-text-vi-emacs-typescript-enabled.aspx · Open packages directory of ST2. Preferences -> Browse Packages... on ST2 window menu. Unzip and copy to packages directory of ST2. Packages --- other plugins dirs |-- ... `-- TypeScript `-- typescript.tmLanguage ... $ npm install -p tsc_completion $ cp SublimeTextTypeScriptCompletionPlugin ~/.config/sublime-text-2/Packages/
🌐
Stack Overflow
stackoverflow.com › questions › 24434702 › no-version-switch-for-tsc-on-ubuntu
typescript - No "--version" switch for tsc on Ubuntu - Stack Overflow
There's no manual or --version switch for tsc. ... That depends on how you installed it in the first place. npm install -g? npm uninstall -g typescript should work. (I think just running install again will upgrade it, too.)
🌐
GitHub
github.com › microsoft › TypeScript › issues › 10716
Cannot Install TypeScript 2.0 on Ubuntu 16.04 · Issue #10716 · microsoft/TypeScript
June 10, 2016 - TypeScript Version: nightly (2.0.0-dev.201xxxxx) Expected behavior: Installing TypeScript via npm install -g typescript@next installs TypeScript 2.0. Actual behavior: NPM claims that TypeScript 2.0 was installed, but running tsc --versio...
Published   Sep 06, 2016
🌐
Snapcraft
snapcraft.io › install › typescript › ubuntu
Install typescript on Ubuntu using the Snap Store | Snapcraft
February 19, 2019 - If you’re running Ubuntu 16.04 LTS (Xenial Xerus) or later, including Ubuntu 18.04 LTS (Bionic Beaver) and Ubuntu 20.04 LTS (Focal Fossa), you don’t need to do anything. Snap is already installed and ready to go. For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu flavours that don’t include snap by default, snap can be installed from the Ubuntu Software Centre by searching for snapd.
🌐
Javatpoint
javatpoint.com › typescript-installation
TypeScript Installation - Javatpoint
TypeScript Installation - TypeScript Installation with typescript tutorial, typescript introduction, versions, typescript and javascript, features, components, installation, typescript first program, typescript types, etc.
🌐
Liquid Web
liquidweb.com › home › help docs › server administration › linux server administration › how to install typescript on linux (almalinux)
How to Install TypeScript on Linux (AlmaLinux) | Liquid Web
August 14, 2025 - Use the command typescript@ followed by the version of TypeScript to install a specific version. For example, you can run the command as shown below: ... It is necessary to build a tsconfig.json file after installing TypeScript.
🌐
GeeksforGeeks
geeksforgeeks.org › installation guide › how-to-install-typescript
How to install TypeScript ? - GeeksforGeeks
July 23, 2025 - Here tsc is a typescript compiler and the -v flag indicates that we are displaying the version of the typescript as shown in the image below:
🌐
Snapcraft
snapcraft.io › install › typescript-language-server › ubuntu
Install typescript-language-server on Ubuntu using the Snap Store | Snapcraft
3 weeks ago - If you’re running Ubuntu 16.04 LTS (Xenial Xerus) or later, including Ubuntu 18.04 LTS (Bionic Beaver) and Ubuntu 20.04 LTS (Focal Fossa), you don’t need to do anything. Snap is already installed and ready to go. For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu flavours that don’t include snap by default, snap can be installed from the Ubuntu Software Centre by searching for snapd.
🌐
GitHub
github.com › microsoft › TypeScript › issues › 48586
TSC behaves differently on macOS and Linux: error TS2688 · Issue #48586 · microsoft/TypeScript
April 6, 2022 - I also have a file src/frontend/index.ts with /// <reference types="AplRenderer" />. I specify ./typings as a typeRoots in my tsconfig. On macOS, npx tsc typechecks correctly. On Ubuntu 20.04.4 LTS, npx tsc complains error TS2688: Cannot find ...
Published   Apr 06, 2022