Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamnapo/tsconfig

📝 TypeScript shareable config for iamnapo's coding style.
https://github.com/iamnapo/tsconfig

config configuration iamnapo styleguide ts tsconfig typescript

Last synced: 3 months ago
JSON representation

📝 TypeScript shareable config for iamnapo's coding style.

Awesome Lists containing this project

README

        

# tsconfig

> TypeScript shareable config for [iamnapo](https://iamnapo.me)’s coding style

[![npm](https://badges.iamnapo.me/npm/@iamnapo/tsconfig)](https://www.npmjs.com/package/@iamnapo/tsconfig) [![style](https://badges.iamnapo.me/style)](https://iamnapo.me)

## Install

```console
npm i @iamnapo/tsconfig -D
```

Then, add this to your `tsconfig.json`:

```json
{
"extends": "@iamnapo/tsconfig"
}
```