@commit-generator/typescript-config

0.1.0 • Public • Published

@commit-generator/typescript-config

This package contains the shared TypeScript configuration for the Commit Generator project.

Installation

To use the TypeScript configuration in your project, install the package as a development dependency:

pnpm install --save-dev @commit-generator/typescript-config

Usage

After installation, add the tsconfig.json configuration file from the package to your project.

  1. Extend the TypeScript configuration
{
  "extends": "@commit-generator/typescript-config"
}
  1. Customizing the Configuration

To customize the configuration, create your own tsconfig.json and extend the default settings:

{
  "extends": "@commit-generator/typescript-config",
  "compilerOptions": {
    "strict": true, // Enables strict TypeScript checks
    "noUnusedLocals": true // Excludes unused variables
  }
}

License

This package is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @commit-generator/typescript-config

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

2.88 kB

Total Files

4

Last publish

Collaborators

  • julioc090