0.6.0 • Published 2 years ago

@tybys/tsapi v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tsapi

Building typescript project by programming way.

Also support ttypescript transformers in compilerOptions.plugins

const { compile, watch } = require('@tybys/tsapi')

compile('./tsconfig.json') // tsc -p ./tsconfig.json

watch('./tsconfig.json') // tsc -w -p ./tsconfig.json
0.5.0

2 years ago

0.6.0

2 years ago

0.3.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago