mingru-tsconfig
v4.0.0
Published
A preset tsconfig.json for mingru projects
Readme
mingru-tsconfig
A preset tsconfig.json for mingru projects.
Usage
Install mingru-tsconfig to your project:
# yarn
yarn add mingru-tsconfig -D
# or npm
npm install mingru-tsconfig -DExtends mingru-tsconfig in your local tsconfig.json:
{
"extends": "mingru-tsconfig"
}