danielwerg / tsconfig

⚙️ Shared TypeScript config

Home Page:https://npm.im/@danielwerg/tsconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig

⚙️ Shared TypeScript config

ESLint ConfigPrettier Config

💾 Install

yarn add -D @danielwerg/tsconfig
yarn add -D typescript @types/node

👀 Usage

tsconfig.json

{
  "extends": "@danielwerg/tsconfig",
  "compilerOptions": {
    "outDir": "./dist"
  }
}

About

⚙️ Shared TypeScript config

https://npm.im/@danielwerg/tsconfig

License:MIT License