1.0.1 • Published 2 years ago
@meaganewaller/tsconfig v1.0.1
@meaganewaller/tsconfig
The TypeScript config for meaganewaller projects
Installation
Install the package via your package manager:
pnpm add -D @meaganewaller/tsconfig
yarn add --dev @meaganewaller/tsconfig
npm install --save-dev @meaganewaller/tsconfigUsage
To use @meaganewaller/tsconfig, create a tsconfig.json file in the root
directory of your TypeScript project and extend @meaganewaller/tsconfig:
{
"extends": "@meaganewaller/tsconfig"
}This will extend the tsconfig.json file with all of the options and settings defined in @meaganewaller/tsconfig.
License
This project is licensed under the MIT License.