@tybys/tsapi
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @tybys/tsapi

Weekly Downloads

2

Version

0.6.0

License

MIT

Unpacked Size

18.9 kB

Total Files

13

Last publish

Collaborators

  • toyobayashi