https://github.com/atomicojs/tsconfig
https://github.com/atomicojs/tsconfig
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomicojs/tsconfig
- Owner: atomicojs
- Created: 2022-06-05T04:01:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T04:07:38.000Z (about 4 years ago)
- Last Synced: 2025-10-26T12:32:31.203Z (8 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @atomico/tsconfig
These are base shared `tsconfig.json`s from which all other `tsconfig.json`'s inherit from.
## usage
```json
{
"extends": "@atomico/tsconfig/base.json",
"include": ["src/**/*"]
}
```