# @exile-watch/typescript-config

<figure><img src="/files/phOqyIiKbklQTpQi6Q8A" 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"
  }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.exile.watch/projects/splinters/exile-watch-typescript-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
