Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Typescript CompilerNew to Visual Studio Code? Get it now.
Typescript Compiler

Typescript Compiler

Preview

anil kumarum

|
15,061 installs
| (2) | Free
Ultra fast typescript compiler. Speedup typescript Compile time. Save valuable time while debug typescript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

speed up your typescript compilation

Features

  • Ultra fast typescript compiler
  • Don't check type at compile time (It's ide's job)
  • Auto re-compile typescript when .ts file saved or restart debugger.
  • add your own custom command after rootDir compiled

Prerequisite

Typescript should install globally on your system. Check typescript installed globally by running this command: tsc --version If not, then run npm i -g typescript

How to use

Open command palette by pressing F1 then start typing "compile typescript" and run suggested command. keyboard shortcut : Ctrl +Alt + C

In debug mode
Just save ts file, typescript auto re-compiled and auto-restart debugger.

Enable Watch mode
Open command palette by pressing F1 then start typing "compilets watch mode" and run suggested command. keyboard shortcut : Ctrl +Alt + W compileTs auto-compile typescript file when saved,

How to add custom command (run after compiled rootDir or file save in watch mode)
open setting by pressing (ctrl+,) and search runCompileCommand or,
runWatchCommand (only work in watch mode)
Enter your shell script

TODO

  • [ ] read and sync workspace tsconfig.json file
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft