https://github.com/iguntur/tsconfig
Typescript shareable tsconfig
https://github.com/iguntur/tsconfig
config nodejs tsconfig tsnode typescript
Last synced: 3 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T01:51:52.000Z (over 6 years ago)
- Last Synced: 2025-01-29T13:03:36.401Z (4 months ago)
- Topics: config, nodejs, tsconfig, tsnode, typescript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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)