Skip to content

vglebovich-lmru/tsconfig

 
 

Repository files navigation

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.

About

TSConfig for Byndyusoft projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%