Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xxczaki/tsconfig

Shared TypeScript config for my projects
https://github.com/xxczaki/tsconfig

config configuration node-ts shared-config ts tsconfig typescript

Last synced: 12 days ago
JSON representation

Shared TypeScript config for my projects

Awesome Lists containing this project

README

        

# tsconfig

> Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for my projects

## Install

```
$ npm install --save-dev @akepinski/tsconfig
```

## Usage

`tsconfig.json`

```json
{
"extends": "@akepinski/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "esnext"
}
}
```

## Notes

Inspired by [Sindre Sorhus' tsconfig](https://github.com/sindresorhus/tsconfig)

## License

MIT