# @exile-watch/typescript-config

<figure><img src="https://694473604-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzA1rSlMPE3i2X5tlqgu%2Fuploads%2FZCdzczA729HO2CsFnhUE%2Fimage.png?alt=media&#x26;token=3373666c-de2d-4ae5-985d-8c0be1fbeadd" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

## About [`@exile-watch/typescript-config`](https://github.com/exile-watch/splinters/tree/main/packages/typescript-config)

This package contains both, shared TypeScript configuration and the TypeScript dependency itself.

## About TypeScript

[TypeScript](https://www.typescriptlang.org/) is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.

## Usage

1. Install the package as a `devDependency`:

```bash
npm i -D @exile-watch/typescript-config
```

***

2. In the project’s `package.json` file, add the following npm script to the scripts property:

```json5
// {root}/package.json
{
  // ...
  "scripts": {
    // ...
    "typecheck": "tsc --noEmit"
  }
}
```
