# @bluelovers/tsconfig

> 用於 TypeScript 項目的基礎 tsconfig 配置預設 (Base tsconfig preset for TypeScript projects)

Latest version **2.0.3** (published 2026-04-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install @bluelovers/tsconfig
pnpm add @bluelovers/tsconfig
yarn add @bluelovers/tsconfig
bun add @bluelovers/tsconfig
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

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

## Facts

| | |
|---|---|
| Version | 2.0.3 |
| Published | 2026-04-26 |
| First published | 2019-01-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | bluelovers |
| Maintainers | bluelovers |
| Keywords | tsconfig, typescript, config, configuration, template, preset, bluelovers, strict, ts |

## Links

- npm: https://www.npmjs.com/package/@bluelovers/tsconfig
- Repository: https://github.com/bluelovers/ws-node-bluelovers
- Homepage: https://github.com/bluelovers/ws-node-bluelovers/tree/master/packages/tsconfig#readme
- Issues: https://github.com/bluelovers/ws-node-bluelovers/issues
- npm.io page: https://npm.io/package/@bluelovers/tsconfig

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) *

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 2.0.3 (latest) — 2026-04-26
- 2.0.2 — 2026-03-16
- 2.0.1 — 2026-03-15
- 1.0.35 — 2024-02-23
- 1.0.34 — 2023-03-25
- 1.0.33 — 2023-01-01
- 1.0.32 — 2022-11-04
- 1.0.31 — 2022-10-05
- 1.0.30 — 2022-05-08
- 1.0.29 — 2022-04-09
- 1.0.28 — 2021-12-07
- 1.0.27 — 2021-12-06
- 1.0.26 — 2021-10-11
- 1.0.25 — 2021-07-19
- 1.0.24 — 2021-07-05
- … 22 more at https://npm.io/package/@bluelovers/tsconfig/versions

## README

# @bluelovers/tsconfig

    用於 TypeScript 項目的基礎 tsconfig 配置預設 (Base tsconfig preset for TypeScript projects)

```
npm install @bluelovers/tsconfig
```

## 安裝 (Installation)

```bash
# 使用 yarn / Using yarn
yarn add @bluelovers/tsconfig

# 使用 yarn-tool / Using yarn-tool
yarn-tool add @bluelovers/tsconfig
# yt 是 yarn-tool 的別名 / yt is an alias for yarn-tool
yt add @bluelovers/tsconfig

# 使用 pnpm / Using pnpm
pnpm add @bluelovers/tsconfig

# 使用 npm / Using npm
npm install @bluelovers/tsconfig
```

[What's new in TypeScript](https://github.com/Microsoft/TypeScript/wiki/What%27s-new-in-TypeScript)

tsconfig.json inheritance via Node.js packages

```tsconfig.json
{
    "extends": "@bluelovers/tsconfig",
    "compilerOptions": {
        // Override certain options on a project-by-project basis.
        "strictBindCallApply": false,
    }
}
```

## docs

- [TypeScript - Non-Null Assertion Operator !](https://www.logicbig.com/tutorials/misc/typescript/non-null-assertion-operator.html)
- [TypeScript - Using --noImplicitThis flag](https://www.logicbig.com/tutorials/misc/typescript/no-implicit-this.html)
-

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