Simple Installation and Setup of TypeScript
Installing TypeScript is quite straightforward. However, you need to make sure that Node.js and npm are installed and active on your system beforehand. To install TypeScript, run the following command in your command line:
$ npm install -g typescript...
seyedahmaddv.hashnode.dev2 min read