@radicalcondor/tsconfig
Version:
TypeScript config for Radical Condor repositories
37 lines (29 loc) • 1.01 kB
Markdown
[![MIT Licensed][icon-license]][link-license]
[![NPM Version][icon-npm]][link-npm]
[![Test Coverage][icon-coverage]][link-coverage]
`tsconfig.json` for Radical Condor repositories
```bash
yarn add -D @radicalcondor/tsconfig
npx install-peerdeps @radicalcondor/tsconfig
```
Create a `tsconfig.json` in your project with the following:
```json
{
"extends": "@radicalcondor/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
"lib": [
"es2018"
]
}
}
```
[]: https://img.shields.io/github/license/cubedevinc/config.svg?longCache=true&style=flat-square
[]: LICENSE
[]: https://img.shields.io/npm/v/@radicalcondor/tsconfig.svg?longCache=true&style=flat-square
[]: https://www.npmjs.com/package/@radicalcondor/tsconfig
[]: https://img.shields.io/codecov/c/github/cubedevinc/config/develop.svg?longCache=true&style=flat-square
[]: https://codecov.io/gh/cubedevinc/config