2.0.0 • Published 2 years ago

@codewithhong/tsconfig v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@codewithhong/tsconfig

The TypeScript config for CodeWithHong projects.

Installation

Install the package via npm or yarn:

npm install --save-dev @codewithhong/tsconfig

# or

yarn add --dev @codewithhong/tsconfig

Usage

To use @codewithhong/tsconfig, create a tsconfig.json file in the root directory of your TypeScript project and extend @codewithhong/tsconfig:

{
  "extends": "@codewithhong/tsconfig"
}

This will extend the tsconfig.json file with all of the options and settings defined in @codewithhong/tsconfig.

License

This project is licensed under the MIT License.

2.0.0

2 years ago