@mznjs/tsconfig
v1.0.1
Published
@mznjs/tsconfig 属于自用的 TypeScript 配置文件
Readme
@mznjs/tsconfig
Base tsconfig file for mznjs project
Install
npm i --save-dev @mznjs/tsconfigyarn add --dev @mznjs/tsconfigpnpm add --dev @mznjs/tsconfigUsage
// tsconfig.json
{
"extends": "@mznjs/tsconfig",
// custom config
"compilerOptions": {
// override @mznjs/tsconfig options here
}
}