https://github.com/facile-it/tsconfig-facile
Shared TypeScript config for facile-it projects
https://github.com/facile-it/tsconfig-facile
Last synced: 5 months ago
JSON representation
Shared TypeScript config for facile-it projects
- Host: GitHub
- URL: https://github.com/facile-it/tsconfig-facile
- Owner: facile-it
- License: mit
- Created: 2023-05-11T11:14:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T09:02:05.000Z (about 2 years ago)
- Last Synced: 2025-07-23T22:34:15.874Z (6 months ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @facile-it/tsconfig
Shared TypeScript config for facile.it projects
## Installation
```sh
npm install -D @facile-it/tsconfig
```
## tsconfig common
Add to your `tsconfig.json`:
```json
"extends": "@facile-it/tsconfig/tsconfig.json"
```
## tsconfig React.js
Add to your `tsconfig.json`:
```json
"extends": "@facile-it/tsconfig/tsconfig-react.json"
```
## tsconfig Next.js
Add to your `tsconfig.json`:
```json
"extends": "@facile-it/tsconfig/tsconfig-next.json"
```
## tsconfig Nest.js
Add to your `tsconfig.json`:
```json
"extends": "@facile-it/tsconfig/tsconfig-nest.json"
```