Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1007 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 1007 Bytes

MIT Licensed NPM Version Test Coverage

tsconfig.json for Radical Condor repositories

Installation

yarn add -D @radicalcondor/tsconfig
npx install-peerdeps @radicalcondor/tsconfig

Usage

Create a tsconfig.json in your project with the following:

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