https://github.com/epreston/tsconfig
📦 Shared TypeScript TSConfig Base for my projects.
https://github.com/epreston/tsconfig
configuration shared tsconfig-json
Last synced: 3 months ago
JSON representation
📦 Shared TypeScript TSConfig Base for my projects.
- Host: GitHub
- URL: https://github.com/epreston/tsconfig
- Owner: epreston
- License: mit
- Created: 2023-11-03T17:56:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T01:55:14.000Z (4 months ago)
- Last Synced: 2026-01-29T17:26:11.561Z (4 months ago)
- Topics: configuration, shared, tsconfig-json
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# tsconfig
Shared [TypeScript TSConfig Base](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) for my projects.
[![NPM version][npm-badge]][npm-url]
[![License][license-badge]][license-url]
## Install
```sh
npm install @epreston/tsconfig --save-dev
```
## Usage
`tsconfig.json`
```jsonc
{
"extends": "@epreston/tsconfig",
"compilerOptions": {
"outDir": "temp"
}
}
```
## Tools
| Tool | Reference |
| ------------ | ------------------------------ |
| TypeScript | https://www.typescriptlang.org |
| Node.js | https://nodejs.org |
| EditorConfig | https://editorconfig.org |
## References
| Website | Reference |
| -------- | ----------------------- |
| TSConfig | https://aka.ms/tsconfig |
## License
This project is released under the MIT [License](LICENSE).
[npm-badge]: https://img.shields.io/npm/v/@epreston/tsconfig
[npm-url]: https://www.npmjs.com/package/@epreston/tsconfig
[license-badge]: https://img.shields.io/npm/l/@epreston/tsconfig
[license-url]: LICENSE