@bassist/tsconfig

0.1.1 • Public • Published

@bassist/tsconfig

GitHub stars

Some TSConfig files for working with TypeScript projects by @chengpeiquan .

Usage

With npm(or yarn, or pnpm):

npm install -D @bassist/tsconfig

In the tsconfig.json file, use the extends field to extends these configuration.

{
  "extends": "@bassist/tsconfig/base.json",
  "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}

Extendable

Base:

{
  "extends": "@bassist/tsconfig/base.json"
}

Web:

{
  "extends": "@bassist/tsconfig/web.json"
}

Node:

{
  "extends": "@bassist/tsconfig/node.json"
}

License

MIT License © 2023-PRESENT chengpeiquan

Readme

Keywords

Package Sidebar

Install

npm i @bassist/tsconfig

Weekly Downloads

13

Version

0.1.1

License

MIT

Unpacked Size

4.76 kB

Total Files

7

Last publish

Collaborators

  • chengpeiquan