1.1.0 • Published 1 year ago

@ss1gg/tsconfig v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ss1gg/tsconfig

✒ Here is my personal comfortable TypeScript config.

Install

npm install -D @ss1gg/tsconfig
yarn add @ss1gg/tsconfig -D
pnpm add @ss1gg/tsconfig -D

Usage

// tsconfig.json
{
  "extends": "@ss1gg/tsconfig",
  "compilerOptions": {
    "outDir": "dist" // placeholder for output directory
  },
  "include": [
    "src" // includes for typescript
  ]
}
1.1.0

1 year ago