2.0.0 • Published 10 months ago

@byndyusoft/tsconfig v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

tsconfig

npm@latest test code style: prettier semantic-release

TSConfig for Byndyusoft projects

Requirements

  • Node.js v16 LTS or later
  • TypeScript v4.7 or later
  • Yarn

Install

yarn add -D @byndyusoft/tsconfig

Usage

Add to your tsconfig.json:

{
  "extends": "@byndyusoft/tsconfig/tsconfig.node16.json"
}

or

{
  "extends": "@byndyusoft/tsconfig/tsconfig.app.node16.json"
}

or

{
  "extends": "@byndyusoft/tsconfig/tsconfig.node18.json"
}

or

{
  "extends": "@byndyusoft/tsconfig/tsconfig.app.node18.json"
}

Maintainers

License

This repository is released under version 2.0 of the Apache License.