2.0.1 • Published 2 years ago

@pisyukaev/tsconfig v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@pisyukaev/tsconfig

✒ Here is my personal TypeScript config.

Install

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

Usage

// tsconfig.json
{
  "extends": "@pisyukaev/tsconfig",
  "compilerOptions": {
    "outDir": "dist"
  },
  "include": [
    "src"
  ]
}
2.0.1

2 years ago