https://github.com/robot-inventor/tsconfig-base
Robot-Inventor's `tsconfig.json` base file.
https://github.com/robot-inventor/tsconfig-base
Last synced: 26 days ago
JSON representation
Robot-Inventor's `tsconfig.json` base file.
- Host: GitHub
- URL: https://github.com/robot-inventor/tsconfig-base
- Owner: Robot-Inventor
- License: mit
- Created: 2024-08-10T17:06:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T05:55:51.000Z (about 1 year ago)
- Last Synced: 2025-03-30T01:12:40.187Z (12 months ago)
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig-base
This is a base `tsconfig.json` file for [Robot-Inventor](https://github.com/Robot-Inventor)'s TypeScript projects.
## Usage
```bash
npm install --save-dev @robot-inventor/tsconfig-base
```
Then, in your `tsconfig.json` file:
```json5
{
"extends": "@robot-inventor/tsconfig-base/tsc.json"
}
```
- `@robot-inventor/tsconfig-base/tsc.json`: For use with the TypeScript compiler (`tsc`).
- `@robot-inventor/tsconfig-base/bundler.json`: For use with a bundler like Webpack.
- `@robot-inventor/tsconfig-base/react-emotion.json`: For use with React and Emotion.