Configure typescript project to compile all files in typescript.

Other topics

Typescript Configuration file setup

  • Enter command "tsc --init" and hit enter.
  • Before that we need to compile ts file with command "tsc app.ts" now it is all defined in below config file automatically.

List item

  • Now, You can compile all typescripts by command "tsc". it will automatically create ".js" file of your typescript file.

enter image description here

  • If you will create another typescript and hit "tsc" command in command prompt or terminal javascript file will be automatically created for typescript file.

Thank you,

Contributors

Topic Id: 10537

Example Ids: 31627

This site is not affiliated with any of the contributors.