https://github.com/iguntur/tsconfig
Typescript shareable tsconfig
https://github.com/iguntur/tsconfig
config nodejs tsconfig tsnode typescript
Last synced: about 1 month ago
JSON representation
Typescript shareable tsconfig
- Host: GitHub
- URL: https://github.com/iguntur/tsconfig
- Owner: iguntur
- License: mit
- Created: 2018-12-09T14:50:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T01:51:52.000Z (over 7 years ago)
- Last Synced: 2025-10-19T05:39:51.150Z (7 months ago)
- Topics: config, nodejs, tsconfig, tsnode, typescript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Typescript tsconfig
[](https://www.npmjs.org/package/@guntur/tsconfig)
[](#)
---
## Install
```console
$ npm install @guntur/tsconfig
```
## Usage
**`tsconfig.json`**
```json
{
"extends": "@guntur/tsconfig"
}
```
| Presets | Target |
|----------------------------|---------------|
| `@guntur/tsconfig` | NodeJS `>= 6` |
| `@guntur/tsconfig/node/v4` | NodeJS `>= 4` |
| `@guntur/tsconfig/esnext` | ES Module |
## License
MIT © [Guntur Poetra](https://github.com/iguntur)