0.1.1 • Published 8 years ago
dts-only v0.1.1
dts-only
Command-line utility built on top of typescript compiler to generate only declaration files. Originally built to work with @babel/plugin-transform-typescript, because it does not support generating declarations.
Note: Alpha version! Do not use in production.
Installation
$ npm install dts-onlyUsage
Just run script in command line:
$ dts-onlyScript will try to find tsconfig.json at your cwd. If you have configuration in another directory,
specify it with -p:
$ dts-only -p src/tsconfig.jsonCommand-line options
-c,--compiler- prints current compiler version-h,--help- prints usage information--outDir- specifies directory for typescript compiler output-p,--project- path totsconfig.jsonfile.-v,--version- prints package version