# @nexst/tsconfig-client

> A tsconfig.json for a nexst client app

Latest version **0.0.5** (published 2019-03-30) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @nexst/tsconfig-client
pnpm add @nexst/tsconfig-client
yarn add @nexst/tsconfig-client
bun add @nexst/tsconfig-client
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2019-03-30 |
| First published | 2019-03-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yoshihide Shiono |
| Maintainers | saltyshiomix |
| Keywords | tsconfig, tsconfig.json, nest, nestjs, nest.js, next, nextjs, next.js, react, reactjs, react.js, typescript, typeorm, nexst |

## Links

- npm: https://www.npmjs.com/package/@nexst/tsconfig-client
- Repository: https://github.com/classiii/nexst
- Homepage: https://github.com/classiii/nexst/tree/master/packages/nexst-tsconfig-client
- Issues: https://github.com/classiii/nexst/issues
- npm.io page: https://npm.io/package/@nexst/tsconfig-client

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2019-03-30
- 0.0.2-alpha.1 (canary) — 2019-03-29
- 0.0.4 — 2019-03-29
- 0.0.3 — 2019-03-29
- 0.0.2 — 2019-03-29
- 0.0.1 — 2019-03-29

## README

<p align="center">😎 @nexst/tsconfig-client 😎</p>
<p align="center">
  <a href="https://npm.im/@nexst/tsconfig-client" alt="A version of @nexst/tsconfig-client">
    <img src="https://img.shields.io/npm/v/@nexst/tsconfig-client.svg">
  </a>
  <a href="https://npm.im/@nexst/tsconfig-client" alt="Downloads of @nexst/tsconfig-client">
    <img src="https://img.shields.io/npm/dt/@nexst/tsconfig-client.svg">
  </a>
</p>

## How to use

Install it:

```bash
# with yarn
$ yarn add @nexst/tsconfig-client

# or with npm
$ npm install --save @nexst/tsconfig-client
```

Then use it:

```json
{
  "extends": "@nexst/tsconfig-client",
  "compilerOptions": {
    "outDir": "build"
  }
}
```

## In the @nexst/tsconfig-client

```json
{
  "compilerOptions": {
    "target": "esnext",
    "module": "esnext",
    "jsx": "preserve",
    "lib": ["dom", "es2017"],
    "moduleResolution": "node",
    "strict": true,
    "strictPropertyInitialization": false,
    "removeComments": true,
    "skipLibCheck": true,
    "sourceMap": true,
    "allowSyntheticDefaultImports": true,
  }
}
```

---
_Source: https://npm.io/package/@nexst/tsconfig-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
