Hacker News new | ask | show | jobs
by PandawanFr 2354 days ago
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