@xylabs/tsconfig-dom 7.10.4 → 7.10.7

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,6 +27,12 @@ Using pnpm:
27
27
  pnpm add -D {{name}} @xylabs/tsconfig
28
28
  ```
29
29
 
30
+ Using bun:
31
+
32
+ ```sh
33
+ bun add -D {{name}} @xylabs/tsconfig
34
+ ```
35
+
30
36
  ## Usage
31
37
 
32
38
  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-dom",
4
- "version": "7.10.4",
4
+ "version": "7.10.7",
5
5
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": ">=18",
42
- "@xylabs/toolchain": "~7.10.4",
43
- "@xylabs/tsconfig": "~7.10",
42
+ "@xylabs/toolchain": "~7.10.7",
43
+ "@xylabs/tsconfig": "~7.10.7",
44
44
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
45
45
  "cosmiconfig": ">=9",
46
46
  "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",