Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.3 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.3 KB

@huuyafwww/tsconfig

MIT License

This repository is a detailed package of tsconfig for me.

packages

Name Include rule Package
@huuyafwww/tsconfig-common Node.js npm version
@huuyafwww/tsconfig-next Next.js npm version

Usage

Node.js

Installation

pnpm add -D @huuyafwww/tsconfig-common @types/node

tsconfig.json

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": [
    "@huuyafwww/tsconfig-common",
  ],
  "compilerOptions": {
    "types": [
      "@types/node"
    ]
  }
}
Next.js

Installation

pnpm add -D @huuyafwww/tsconfig-next

tsconfig.json

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": [
    "@huuyafwww/tsconfig-next",
  ]
}

License

MIT