@bravo68web/tsconfig
v1.2.5
Published
Typescript config for bravo68web, ensure the consistency of code quality.
Downloads
65
Maintainers
Readme
@bravo68web/tsconfig
Welcome to the @bravo68web/eslint-config
! Strict Typescript configuration for bravo68web. Use with caution.
Installation
To start using @bravo68web/tsconfig
, simply run:
npm install --save-dev @bravo68web/tsconfig
Usage
Add the following code to your tsconfig.json
file:
- Default configuration
{
"extends": "@bravo68web/tsconfig/base.json"
}
- Ready to Use configuration
{
"extends": "@bravo68web/tsconfig/ready.json"
}
- Bun configuration
{
"extends": "@bravo68web/tsconfig/bun.json"
}
- Web Frontend configuration
{
"extends": "@bravo68web/tsconfig/web.json"
}
And that's it! You're now ready to use
Compatibility
This package is compatible with the following TypeScript and Node.js versions:
- TypeScript: 5.0 or later
- Node.js: Any version that supports the above TypeScript version
Updating to the latest version of this package is recommended for the best compatibility.
License
This project is licensed under the MIT License - see the LICENSE file for details