Derives a vanilla-JavaScript version of a directory's TypeScript sources in place: every .ts becomes a sibling .js and the original .ts is removed.
.ts
.js
The directory (e.g. the project's app/).
app/
The paths of the generated .js files.
Derives a vanilla-JavaScript version of a directory's TypeScript sources in place: every
.tsbecomes a sibling.jsand the original.tsis removed.