# @fbi-js/tsconfig

> tsconfig collection

Latest version **1.2.2** (published 2021-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fbi-js/tsconfig
pnpm add @fbi-js/tsconfig
yarn add @fbi-js/tsconfig
bun add @fbi-js/tsconfig
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2021-02-25 |
| First published | 2021-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | neikvon, wendaosanshou |

## Links

- npm: https://www.npmjs.com/package/@fbi-js/tsconfig
- Repository: https://github.com/fbi-js/config
- Homepage: https://github.com/fbi-js/config/tree/master/packages/tsconfig
- Issues: https://github.com/fbi-js/config/issues
- npm.io page: https://npm.io/package/@fbi-js/tsconfig

## Recent versions

- 1.2.2 (latest) — 2021-02-25
- 1.2.1 — 2021-01-27
- 1.2.0 — 2021-01-12
- 1.1.1 — 2021-01-08
- 1.1.0 — 2021-01-08
- 1.0.3 — 2021-01-07
- 1.0.2 — 2021-01-06
- 1.0.1 — 2021-01-06
- 1.0.0 — 2021-01-06
- 0.0.3 — 2021-01-06
- 0.0.2 — 2021-01-06
- 0.0.1 — 2021-01-04

## README

# @fbi-js/tsconfig

## Usage

```bash
npm i -D @fbi-js/tsconfig
```

`./tsconfig.json`:

- Normal typescript project

  ```json
  {
    "extends": "@fbi-js/tsconfig/base",
    "compilerOptions": {
      "outDir": "./lib"
    }
  }
  ```

- React.js typescript project

  ```json
  {
    "extends": "@fbi-js/tsconfig/react",
    "compilerOptions": {
      "baseUrl": "./",
      "outDir": "dist"
    }
  }
  ```

- Vue.js typescript project

  ```json
  {
    "extends": "@fbi-js/tsconfig/vue",
    "compilerOptions": {
      "baseUrl": "./",
      "outDir": "dist"
    },
    "include": ["src"]
  }
  ```

## License

Licensed under [MIT](https://opensource.org/licenses/MIT).

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