/tsconfig

Shared TypeScript config for my projects

MIT LicenseMIT

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