Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxczaki/tsconfig
Shared TypeScript config for my projects
https://github.com/xxczaki/tsconfig
config configuration node-ts shared-config ts tsconfig typescript
Last synced: 12 days ago
JSON representation
Shared TypeScript config for my projects
- Host: GitHub
- URL: https://github.com/xxczaki/tsconfig
- Owner: xxczaki
- License: mit
- Created: 2019-04-23T17:48:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T16:50:58.000Z (over 5 years ago)
- Last Synced: 2024-12-25T01:47:54.243Z (about 1 month ago)
- Topics: config, configuration, node-ts, shared-config, ts, tsconfig, typescript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
> Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for my projects
## Install
```
$ npm install --save-dev @akepinski/tsconfig
```## Usage
`tsconfig.json`
```json
{
"extends": "@akepinski/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "esnext"
}
}
```## Notes
Inspired by [Sindre Sorhus' tsconfig](https://github.com/sindresorhus/tsconfig)
## License
MIT