Jump to content

TypeScript: Difference between revisions

Line 33: Line 33:
You will need to compile your typescript before you can run it on Node.js or in the browser.   
You will need to compile your typescript before you can run it on Node.js or in the browser.   
There are many ways to compile your typescript.   
There are many ways to compile your typescript.   
For Node programs
For Node programs, you can just use tsc or babel. 
For browser applications, webpack can compile typescript.


===tsc===
===tsc===