Skip to content
Alex D edited this page Dec 27, 2024 · 9 revisions

Compile and Debug with Visual Studio Code

Command line to compile

tsc.exe --di --opt_level=0 --emit=exe example.ts

Compile in Visual Studio Code

tsc.exe --new Test1
cd Test1
code
Clone this wiki locally