FSSE8INFO
ms typescript javascript quickstart without npm
  • FSSE8INFO
    • drafts
    • 2013
    • 2014
    • 2015
    • 2016
    • 2017
    • 2018
    • 2019
    • 2020
    • 2021
      • 01
      • 02
      • 03
        • apilayer now has a new marketplace for #webdev #api s
        • haproxy config & manage
        • openvpn vpn quickstart
        • git archive dump export extract tar zip
        • new @netdata release with improved kickstart and snmp handler #devops #dosa #sysadmin
        • swaks is an #smtp of #CURL
        • 2022 04 25 ms typescript javasc
        • ms vscode workspace trust
        • reverse ip lookup and ip abuse websites
        • #java code cleaner from @snyk #webdev
        • to #sql or #nosql that is the question #dba #devops
      • 05
      • 06
      • 12
    • 2023
    • 2024
    • 2025
    • 2026
  1. FSSE8INFO
  2. Posts
  3. 2022
  4. 04
  5. 2022 04 25 ms typescript javasc

ms typescript javascript quickstart without npm

ms typescript javascript quickstart without npm

# aptitude install node-typescript

create helloworld (hw.ts)

let message: string = 'Hello World'; console.log(message);

compile and run helloworld

$ tsc hw.ts
$ node hw.js

see also

  • https://code.visualstudio.com/docs/typescript/typescript-tutorial
  • https://www.typescriptlang.org/docs/handbook/intro.html
  • https://www.typescripttutorial.net/
  • https://www.tutorialspoint.com/typescript/index.htm
Previous
swaks is an #smtp of #CURL
Next
ms vscode workspace trust
Copyright © 2026 osde.info
Made with Zensical