DEV Community

Cover image for Typescript Without Compilation

Typescript Without Compilation

shadowtime2000 on December 02, 2020

Typescript Without Compilation Hi, in this post I will show how to use Typescript with static typings without needing a build step. I ha...
Collapse
 
devhypercoder profile image
DevHyperCoder

why would someone write JSDocs while they have TypeScript? why would you not want a build step? if it is a script issue, then you can use concurrently

Collapse
 
shadowtime2000 profile image
shadowtime2000

People may not want a build step because they don't want complexity which may be unnecessary for their project but they still want to statically type it.

Collapse
 
cyberhck profile image
Nishchal Gautam

I was expecting a browser based compilation step, this post was disappointing