@ckt1031/tsconfig
v1.1.17
Published
Typescript config for ckt1031, ensure the consistency of code quality.
Downloads
113
Maintainers
Readme
@ckt1031/tsconfig
Welcome to the @ckt1031/eslint-config
! Strict Typescript configuration for ckt1031. Use with caution.
Installation
To start using @ckt1031/tsconfig
, simply run:
npm install --save-dev @ckt1031/tsconfig
Usage
Add the following code to your tsconfig.json
file:
- Default configuration
{
"extends": "@ckt1031/tsconfig/base.json"
}
- Web Frontend configuration
{
"extends": "@ckt1031/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