@xylabs/tsconfig-react 7.7.3 → 7.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.body.md CHANGED
@@ -1,9 +1,29 @@
1
1
  ## Install
2
2
 
3
+ Using npm:
4
+
5
+ ```sh
6
+ npm install -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
7
+ ```
8
+
9
+ Using yarn:
10
+
3
11
  ```sh
4
12
  yarn add -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
5
13
  ```
6
14
 
15
+ Using pnpm:
16
+
17
+ ```sh
18
+ pnpm add -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
19
+ ```
20
+
21
+ Using bun:
22
+
23
+ ```sh
24
+ bun add -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
25
+ ```
26
+
7
27
  ## Usage
8
28
 
9
29
  Extend this config in your project's `tsconfig.json`:
package/README.md CHANGED
@@ -9,10 +9,24 @@
9
9
 
10
10
  ## Install
11
11
 
12
+ Using npm:
13
+
14
+ ```sh
15
+ npm install -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
16
+ ```
17
+
18
+ Using yarn:
19
+
12
20
  ```sh
13
21
  yarn add -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
14
22
  ```
15
23
 
24
+ Using pnpm:
25
+
26
+ ```sh
27
+ pnpm add -D {{name}} @xylabs/tsconfig-dom @xylabs/tsconfig
28
+ ```
29
+
16
30
  ## Usage
17
31
 
18
32
  Extend this config in your project's `tsconfig.json`:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/tsconfig-react",
4
- "version": "7.7.3",
4
+ "version": "7.7.4",
5
5
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",