#
Installation
#
Requirements
- Node.js 18.18 or later.
- TypeScript 4.8 or later.
#
Installing the CLI
TS Bridge is available as a CLI on the NPM registry and can be installed using NPM or Yarn. Simply run the following command in your project directory to install it as a development dependency, together with the TypeScript compiler:
$ npm install --save-dev @ts-bridge/cli typescript
$ yarn add -D @ts-bridge/cli typescript