[TypeScript] Installation & basics
TypeScript for HTML/CSS/JS
installation
npm install -g typescript
create an folder ending with .ts
auto complier for js
tsc -w
How to use typescript in html
<script src="compiledAsJS.js"></script>
TypeScript for React
adding TS npm install --save ty...
suzie.hashnode.dev2 min read