akameco / tsconfig

Shared TypeScript config for my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig

Shared TypeScript config for my projects

Install

$ yarn add --dev @akameco/tsconfig

Usage

tsconfig.json

{
  "extends": "@akameco/tsconfig",
    "compilerOptions": {
      "outDir": "dist",
      "lib": [
        "es2018"
      ]
    }
}

License

MIT © akameco

About

Shared TypeScript config for my projects

License:MIT License