TypeScript Without Compilation

Typescript Without Compilation
Hi, in this post I will show how to use Typescript with static typings without needing a build step. I have also implemented this in my project SwordCSS.
Installation
We still need to install and configure Typescript th… Read more

Similar