lurdan / ob-typescript

Emacs org-mode babel support for typescript
GNU General Public License v3.0
31 stars 12 forks source link

Fix TS5101 error in ob-typescript.el #5

Closed matheusfiorin closed 1 year ago

matheusfiorin commented 1 year ago

This PR addresses the new changes that are upcoming in Typescript by changing the -out option to -outFile.

: error TS5101: Option 'out' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
: Use 'outFile' instead.
lurdan commented 1 year ago

Closing with #4 fixed same problem. Thank you!