How to compile a type script file automatically
In this blog we can see how to compile a typescript file automatically in typescript . Every time a TypeScript file is written, it must be compiled before the.js file can be produced. In order to compile the TypeScript file, we must execute the command in the console each time. The outpu...