Settings

File -> Preferences -> Create Profiles -> Create Profile : typescripe``

cp ~/src/typescript/settings.json ~/.config/Code/User/profiles/16xxxxx/

Hello typescript

compile

node ./node_modules/typescript/bin/tsc index.ts

then index.js file will be created

open index.js file in chrome browser

F12 to open DevTools

then click "console" to see result, 30