Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamnapo/tsconfig
- Owner: iamnapo
- License: mit
- Created: 2021-09-26T19:17:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T06:47:35.000Z (8 months ago)
- Last Synced: 2024-11-02T09:29:30.783Z (3 months ago)
- Topics: config, configuration, iamnapo, styleguide, ts, tsconfig, typescript
- Homepage: https://npm.im/@iamnapo/tsconfig
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```