Skip to content

This repository is a detailed package of tsconfig for me.

License

Notifications You must be signed in to change notification settings

huuyafwww/tsconfig

Folders and files

NameName
Last commit message
Last commit date
Jan 17, 2025
Feb 1, 2025
Feb 10, 2025
Feb 1, 2025
Nov 28, 2024
Feb 10, 2025
Nov 27, 2024
Nov 28, 2024
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Nov 27, 2024
Feb 1, 2025

Repository files navigation

@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