@akameco/tsconfig

0.4.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @akameco/tsconfig

Weekly Downloads

20

Version

0.4.0

License

MIT

Unpacked Size

2.52 kB

Total Files

4

Last publish

Collaborators

  • akameco