Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.05 KB

DEPENDENCIES.md

File metadata and controls

32 lines (22 loc) · 1.05 KB

ts-import-types-cli

Autofix TypeScript types to be imported using import type

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install ts-import-types-cli --save

Dependencies

  • chalk: Terminal string styling done right
  • commander: the complete solution for node.js command-line programs
  • ts-morph: TypeScript compiler wrapper for static analysis and code manipulation.

Dev Dependencies

  • @types/node: TypeScript definitions for Node.js
  • ts-node: TypeScript execution environment and REPL for node.js, with source map support
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT