# @tsconfig/node16-strictest-esm

> A base TSConfig for working with Node 16 + ESM + Strictest.

Latest version **1.0.3** (published 2022-06-22) · MIT license · 0 weekly downloads

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

## Install

```sh
npm install @tsconfig/node16-strictest-esm
pnpm add @tsconfig/node16-strictest-esm
yarn add @tsconfig/node16-strictest-esm
bun add @tsconfig/node16-strictest-esm
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-06-22 |
| First published | 2022-02-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7880 |
| Maintainers | orta, typescript-deploys |
| Keywords | tsconfig, node16-strictest-esm |

## Links

- npm: https://www.npmjs.com/package/@tsconfig/node16-strictest-esm
- Repository: https://github.com/tsconfig/bases
- Homepage: https://github.com/tsconfig/bases#readme
- Issues: https://github.com/tsconfig/bases/issues
- npm.io page: https://npm.io/package/@tsconfig/node16-strictest-esm

## 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

- 1.0.3 (latest) — 2022-06-22
- 1.0.2 — 2022-06-11
- 1.0.1 — 2022-04-13
- 1.0.0 — 2022-02-15

## README

### A base TSConfig for working with Node 16 + ESM + Strictest.

Add the package to your `"devDependencies"`:

```sh
npm install --save-dev @tsconfig/node16-strictest-esm
yarn add --dev @tsconfig/node16-strictest-esm
```

Add to your `tsconfig.json`:

```json
"extends": "@tsconfig/node16-strictest-esm/tsconfig.json"
```

---

The `tsconfig.json`: 

```jsonc
// This file was autogenerated by a script
// Equivalent to a config of: strictest extends esm extends node16
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "display": "Node 16 + ESM + Strictest",
  "compilerOptions": {
    "lib": [
      "es2021"
    ],
    "module": "es2022",
    "target": "es2021",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "moduleResolution": "node",
    "allowUnusedLabels": false,
    "allowUnreachableCode": false,
    "exactOptionalPropertyTypes": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitOverride": true,
    "noImplicitReturns": true,
    "noPropertyAccessFromIndexSignature": true,
    "noUncheckedIndexedAccess": true,
    "noUnusedLocals": true,
    "noUnusedParameters": true,
    "importsNotUsedAsValues": "error",
    "checkJs": true
  }
}
```

You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node16-strictest-esm.json).

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