Detalhes do pacote

@binden/tsconfig

binden-js407MIT3.0.0

Shareable TypeScript config

tsconfig, binden

readme (leia-me)

tsconfig CI Status version Known Vulnerabilities code style: prettier Contributor Covenant semantic-release Conventional Commits GitHub top language Node.js version npm downloads License

Shareable TypeScript config.

Installation

npm i --save-dev @binden/tsconfig

Usage

  • Add the extends property (in the tsconfig.json file)
{ "extends": "@binden/tsconfig" }

changelog (log de mudanças)

Changelog

3.0.0 (2024-12-07)

⚠ BREAKING CHANGES

  • add verbatimModuleSyntax option
  • drop Node.js<22 support

Performance Improvements

  • add verbatimModuleSyntax option (3b352b0)
  • drop Node.js<22 support (d0c00e7)

2.0.0 (2024-01-28)

⚠ BREAKING CHANGES

  • drop Node.js <20 support

Performance Improvements

  • drop Node.js <20 support (4efcba8)

1.0.3 (2024-01-28)

Dependencies

  • bump typescript from v5.1.6 to v5.3.3 (4f5757e)

1.0.2 (2023-07-12)

Dependencies

  • bump typescript from 4.8.2 to 5.1.6 (2414166)

1.0.1 (2022-09-05)

Dependencies

  • bump typescript from 4.7.4 to 4.8.2 (474c7e2)

1.0.0 (2022-07-22)

Features

Performance Improvements

  • add TypeScript declarations (c876fde)