Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@akameco/tsconfig

akameco211MIT0.4.0

Shared TypeScript config for my projects

tsconfig

readme

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