xiaohe0601 / github@xiaohe0601 / gitee@xiaohe0601
# pnpm
pnpm add -D @xiaohe01/tsconfig
# yarn
yarn add --dev @xiaohe01/tsconfig
# npm
npm install -D @xiaohe01/tsconfig
// tsconfig.json
{
"extends": "@xiaohe01/tsconfig/tsconfig.basic.json",
"compilerOptions": {
// ...
}
}
// tsconfig.json
{
"extends": [
"@xiaohe01/tsconfig/tsconfig.basic.json",
"@xiaohe01/tsconfig/tsconfig.vue.json"
],
"compilerOptions": {
// ...
}
}
- @xiaohe01/tsconfig/tsconfig.basic.json
- @xiaohe01/tsconfig/tsconfig.dom.json
- @xiaohe01/tsconfig/tsconfig.vue.json
- @xiaohe01/tsconfig/tsconfig.lib.json
- MIT LICENSE