https://github.com/gilbarbara/tsconfig
Shared Typescript config
https://github.com/gilbarbara/tsconfig
Last synced: 10 months ago
JSON representation
Shared Typescript config
- Host: GitHub
- URL: https://github.com/gilbarbara/tsconfig
- Owner: gilbarbara
- License: mit
- Created: 2019-08-13T04:05:58.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T23:52:29.000Z (over 2 years ago)
- Last Synced: 2025-03-15T03:48:13.038Z (10 months ago)
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig [](https://badge.fury.io/js/%40gilbarbara%2Ftsconfig)
Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
## Install
```
$ npm install --save-dev @gilbarbara/tsconfig
```
## Usage
`tsconfig.json`
```json
{
"extends": "@gilbarbara/tsconfig",
"compilerOptions": {
"outDir": "build",
"target": "es5",
}
}
```
## License
MIT