Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
/ tsconfig Public archive

A collection of TypeScript configurations with the strictest options, made simple.

License

Notifications You must be signed in to change notification settings

tenzyulab/tsconfig

Repository files navigation

@tenzyu/tsconfig

Installation

pnpm i -D @tenzyu/tsconfig

Usage

use extends field in yout tsconfig.json

{
  "extends": "@tenzyu/tsconfig/lib.json",
  "compilerOptions": {
    "outDir": "lib"
  },
  "include": ["src/**/*.ts"],
  "exclude": ["src/**/*.test.ts"]
}

License

MIT

Author

@tenzyu