Hey guys, I've been thinking of switching over this decently sized project over to Typescript, but I wasn't sure how and when it would get transpiled to JS when I deploy it since I'm using a private git repo.I noticed that something such as the Google APIs module it uses the prepare script which npm documents here, but I don't think I'll be able to use this with a private git repo.Is it possible to make my module compile to typescript in production install without the need of using a npm repo or committing compiled and production ready code into my private repo?Sorry if my question is a bit unclear.
Submitted February 25, 2018 at 10:31AM by acylus0
No comments:
Post a Comment