0.0.13 • Published 5 years ago

now-tsx-docs v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

now-tsx-docs

Zeit Now builder for tsx-docs

// now.json

{
	"version": 2,
	"builds": [
		{
			"src": "tsx-docs.config.js",
			"use": "petecorreia/now-tsx-docs"
		}
	]
}