https://github.com/mkloubert/tsconfig
Personal tsconfig.json, which can be used by anyone.
https://github.com/mkloubert/tsconfig
ts tsc tsconfig tsconfig-json typescript
Last synced: 2 months ago
JSON representation
Personal tsconfig.json, which can be used by anyone.
- Host: GitHub
- URL: https://github.com/mkloubert/tsconfig
- Owner: mkloubert
- License: mit
- Created: 2022-04-28T00:25:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T00:46:39.000Z (about 3 years ago)
- Last Synced: 2025-03-07T09:46:49.417Z (3 months ago)
- Topics: ts, tsc, tsconfig, tsconfig-json, typescript
- Homepage: https://www.npmjs.com/package/@marcelkloubert/tsconfig
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/@marcelkloubert/tsconfig)
[](https://github.com/mkloubert/tsconfig/actions?query=workflow%3APublish)
[](https://github.com/mkloubert/tsconfig/pulls)# @marcelkloubert/tsconfig
Shared [TypeScript](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) config files, which can be used by anyone.
## Install
```
$ npm i -D @marcelkloubert/tsconfig
```## Usage
### tsconfig.json
```json
{
"extends": "@marcelkloubert/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src",
},
"exclude": ["node_modules"]
}
```## License
MIT © [Marcel Joachim Kloubert](https://github.com/mkloubert)
## Support
Or visit https://marcel.coffee