@xiaohe01/tsconfig
v3.1.0
Published
🤞 Xiaohe's TSConfig preset
Downloads
183
Readme
🚁 Installation
# pnpm
pnpm add -D @xiaohe01/tsconfig
# yarn
yarn add --dev @xiaohe01/tsconfig
# npm
npm install -D @xiaohe01/tsconfig🛹 Usage
Basic
// tsconfig.json
{
"extends": "@xiaohe01/tsconfig/tsconfig.basic.json",
"compilerOptions": {
// ...
}
}Vue
// tsconfig.json
{
"extends": [
"@xiaohe01/tsconfig/tsconfig.basic.json",
"@xiaohe01/tsconfig/tsconfig.vue.json"
],
"compilerOptions": {
// ...
}
}📋 List
- @xiaohe01/tsconfig/tsconfig.basic.json
- @xiaohe01/tsconfig/tsconfig.dom.json
- @xiaohe01/tsconfig/tsconfig.vue.json
- @xiaohe01/tsconfig/tsconfig.lib.json
🏆 License
MIT LICENSE
