Day1 - manji6/study_typescript GitHub Wiki
initialize
to generate configuration file.
tsc --init
Hello, World!
hello_world.ts
let message: string = "Hello, World!"
console.log(message)
compile command is "tsc".
to generate configuration file.
tsc --init
hello_world.ts
let message: string = "Hello, World!"
console.log(message)
compile command is "tsc".