https://github.com/gluons/tsconfig-gluons
@gluons' personal TypeScript config.
https://github.com/gluons/tsconfig-gluons
gluons ts tsconfig typescript
Last synced: about 1 year ago
JSON representation
@gluons' personal TypeScript config.
- Host: GitHub
- URL: https://github.com/gluons/tsconfig-gluons
- Owner: gluons
- License: mit
- Created: 2018-12-16T09:00:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T14:51:03.000Z (almost 6 years ago)
- Last Synced: 2025-06-27T21:50:04.947Z (about 1 year ago)
- Topics: gluons, ts, tsconfig, typescript
- Homepage: https://www.npmjs.com/package/tsconfig-gluons
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig-gluons
[](./LICENSE)
[](https://www.npmjs.com/package/tsconfig-gluons)
[gluons](https://github.com/gluons)' personal [TypeScript](https://www.typescriptlang.org/) config.
## Installation
**Require TypeScript version >= 3.2**
```bash
npm install -D tsconfig-gluons
# Or
yarn add -D tsconfig-gluons
```
## Usage
Add below config your `tsconfig.json`.
```json
{
"extends": "tsconfig-gluons"
}
```