Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cngjo/tsconfig
global typescript config
https://github.com/cngjo/tsconfig
configuration tsconfig typescript
Last synced: 24 days ago
JSON representation
global typescript config
- Host: GitHub
- URL: https://github.com/cngjo/tsconfig
- Owner: cngJo
- License: mit
- Created: 2019-11-20T12:41:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T12:54:36.000Z (almost 5 years ago)
- Last Synced: 2024-09-25T15:21:20.688Z (about 1 month ago)
- Topics: configuration, tsconfig, typescript
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
global typescript config for my projects## Install
```bash
$ npm install --save-dev @jojopr/tsconfig
```## Usage
```tsconfig.json```
```json
{
"extends": "@jojopr/tsconfig",
"compilerOptions": {
// ...
}
}
```## License
This Config-Package is released unter the terms of the [MIT-LICENSE](https://choosealicense.com/licenses/mit/) for more information, see the [LICENSE](https://github.com/cngJo/tsconfig/blob/master/LICENSE) file.