Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 992 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 992 Bytes

TypeScript on Now 2.0

https://kdd-ts2.now.sh

Update 12/19/18

The @now/node@canary builder now supports Typescript. See this spectrum thread and this PR

--

Currently, there is no clear pattern for deploying Node services written in Typescript via Now 2.0.

It appears the Zeit team is working on it:

But there is still no first class solution. The best approach for now seems to be to compile the TypeScript locally and push that up as a deployment (I'm verifying this on Spectrum).

This repo demos a working solution via npm run deploy.