@xiaohe01/tsconfig

2.0.0Β β€’Β PublicΒ β€’Β Published

xiaohe-tsconfig

🀞 basic tsconfig for xiaohe

github stars npm version npm downloads License

xiaohe0601 / github@xiaohe0601 / gitee@xiaohe0601

🚁 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

πŸ† License

Readme

Keywords

Package Sidebar

Install

npm i @xiaohe01/tsconfig

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

4.58 kB

Total Files

7

Last publish

Collaborators

  • xiaohe0601