Skip to content

Commit

Permalink
Add some clarifications to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 5, 2023
1 parent 200997a commit 698c632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ Properties:
- `url`: Mandatory. Git repository remote URL.
- `branch`: Optional. Branch name, defaults to the remote's default branch. Ignored if `tag` is defined.
- `tag`: Optional. Tag name.
- `develop`: Optional. Boolean, can be toggled on/off to activate/deactivate a package. Default is true.
- `develop`: Optional. Boolean, can be toggled on/off to activate/deactivate a package. If activated, then deactivated afterwards, the package gets removed from `jsconfig` maintaining the syncronization with `mrs.developer.json`. Default is true.

## Usage with React
## Usage with (non-TypeScript) React

Create a minimal `jsconfig.json` file in the project root (see https://code.visualstudio.com/docs/languages/jsconfig):

Expand Down

0 comments on commit 698c632

Please sign in to comment.