https://github.com/alpheuscfg/tsconfig
A shareable TypeScript configuration
https://github.com/alpheuscfg/tsconfig
config javascript shareable tsconfig typescript
Last synced: about 1 month ago
JSON representation
A shareable TypeScript configuration
- Host: GitHub
- URL: https://github.com/alpheuscfg/tsconfig
- Owner: alpheuscfg
- License: mit
- Created: 2026-03-18T09:29:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-18T14:34:45.000Z (4 months ago)
- Last Synced: 2026-03-19T04:37:53.475Z (4 months ago)
- Topics: config, javascript, shareable, tsconfig, typescript
- Language: JSON
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript Configuration
A shareable TypeScript configuration.
## Usage
Implement the configuration into `tsconfig.json`:
```json
{
"extends": "@apst/tsconfig"
}
```
Or for library:
```json
{
"extends": "@apst/tsconfig/lib"
}
```
## Changelog
For the changelog, please refer to the [changelog](./CHANGELOG.md).
## License
This project is licensed under the terms of the MIT license.