Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fox1t/tsconfig
Shared TypeScript configuration
https://github.com/fox1t/tsconfig
Last synced: about 1 month ago
JSON representation
Shared TypeScript configuration
- Host: GitHub
- URL: https://github.com/fox1t/tsconfig
- Owner: fox1t
- License: mit
- Created: 2020-09-15T13:50:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T16:11:32.000Z (almost 4 years ago)
- Last Synced: 2024-12-10T09:19:04.293Z (2 months ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
> Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
## Install
```
$ npm install --save-dev fox1t-tsconfig
```## Usage
`tsconfig.json`
```json
{
"extends": "fox1t-tsconfig",
"compilerOptions": {
"outDir": "build",
"target": "es2018",
"lib": ["es2018"]
}
}
```**This project is inspired by**: [sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig)
## License
MIT © [Maksim Sinik](https://maksim.dev)