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: 11 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T18:22:29.000Z (12 months ago)
- Last Synced: 2025-07-08T19:57:49.745Z (11 months ago)
- Topics: config, configuration, node-ts, shared-config, ts, tsconfig, typescript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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