https://github.com/Byndyusoft/tsconfig
TSConfig for Byndyusoft projects
https://github.com/Byndyusoft/tsconfig
tsconfig
Last synced: 5 months ago
JSON representation
TSConfig for Byndyusoft projects
- Host: GitHub
- URL: https://github.com/Byndyusoft/tsconfig
- Owner: Byndyusoft
- License: apache-2.0
- Created: 2021-06-04T09:22:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T02:39:20.000Z (7 months ago)
- Last Synced: 2024-09-15T08:16:19.402Z (7 months ago)
- Topics: tsconfig
- Language: Shell
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
[](https://www.npmjs.com/package/@byndyusoft/tsconfig)
[](https://github.com/Byndyusoft/tsconfig/actions/workflows/test.yaml)
[](https://github.com/prettier/prettier)
[](https://github.com/semantic-release/semantic-release)TSConfig for Byndyusoft projects
## Requirements
- Node.js v16 LTS or later
- TypeScript v4.7 or later
- Yarn## Install
```bash
yarn add -D @byndyusoft/tsconfig
```## Usage
Add to your `tsconfig.json`:
### Node 16
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.node16.json"
}
```or
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.app.node16.json"
}
```### Node 18
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.node18.json"
}
```or
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.app.node18.json"
}
```### Node 20
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.node20.json"
}
```or
```json
{
"extends": "@byndyusoft/tsconfig/tsconfig.app.node20.json"
}
```## Maintainers
- [@Byndyusoft/owners](https://github.com/orgs/Byndyusoft/teams/owners) <>
- [@Byndyusoft/team](https://github.com/orgs/Byndyusoft/teams/team)
- [@KillWolfVlad](https://github.com/KillWolfVlad)## License
This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).