Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How far from zero config do I have to go if I want typescript and jsx? The result is a single bundle.js?


Seems TS is provided by default (tho it will not do any type-checking, you'll need tsc --noEmit for that). As for JSX, you need a basic tsconfig that specifies jsx.

src: https://parceljs.org/typeScript.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: