node-config/apps/tsconfig
Jyotirmoy Bandyopadhayaya 289e1e4f87
bump: upgrade to v1.2.4
2024-03-18 23:19:40 +05:30
..
LICENSE Release v1.0.3 2023-06-17 12:41:31 +05:30
README.md release: v1.2.3 2024-01-02 12:34:30 +05:30
base.json release: v1.1.0 for tsconfig + prettier 2023-06-25 13:03:03 +05:30
bun.json release: v1.2.3 2024-01-02 12:34:30 +05:30
default.json release: v1.1.0 for tsconfig + prettier 2023-06-25 13:03:03 +05:30
nobuild.json release: v1.1.0 for tsconfig + prettier 2023-06-25 13:03:03 +05:30
non-strict.json release: v1.1.0 for tsconfig + prettier 2023-06-25 13:03:03 +05:30
package.json bump: upgrade to v1.2.4 2024-03-18 23:19:40 +05:30
ready.json release: v1.2.3 2024-01-02 12:34:30 +05:30
web.json release: v1.1.0 for tsconfig + prettier 2023-06-25 13:03:03 +05:30

README.md

@bravo68web/tsconfig

Version

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