0.0.1 • Published 4 years ago
eslint-config-mgenware-v1 v0.0.1
mingru-tsconfig
A preset tsconfig.json
for mingru projects.
Usage
Install mingru-tsconfig to your project:
# yarn
yarn add mingru-tsconfig
# or npm
npm install mingru-tsconfig --save
Set extends
to mingru-tsconfig
in your local tsconfig.json
:
{
"extends": "mingru-tsconfig"
}
0.0.1
4 years ago