2.0.0 • Published 3 years ago
@codewithhong/tsconfig v2.0.0
@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/tsconfigUsage
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
3 years ago