@w5s/tsconfig 3.1.1 → 3.1.3

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 +1 -1
  2. package/package.json +3 -22
package/README.md CHANGED
@@ -23,7 +23,7 @@ In the `tsconfig.json` for your project
23
23
 
24
24
  ```json
25
25
  {
26
- "extends": "@w5s/tsconfig"
26
+ "extends": "@w5s/tsconfig"
27
27
  }
28
28
  ```
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/tsconfig",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Typescript compiler configuration presets",
5
5
  "keywords": [
6
6
  "typescript",
@@ -27,25 +27,7 @@
27
27
  "!*.d.ts.map"
28
28
  ],
29
29
  "scripts": {
30
- "build": "npx run-p \"build:*\"",
31
- "build:empty": ":",
32
- "clean": "npx run-p \"clean:*\"",
33
- "clean:empty": ":",
34
- "docs": "node ../../markdown.mjs",
35
- "format": "npx run-p \"format:*\"",
36
- "format:src": "eslint . --fix",
37
- "lint": "npx run-p \"lint:*\"",
38
- "lint:src": "eslint .",
39
- "postpack": "npx clean-package restore",
40
- "prepack": "npx clean-package",
41
- "prepare": "npx run-p \"prepare:*\"",
42
- "prepare:empty": ":",
43
- "spellcheck": "cspell --no-progress '**'",
44
- "test": "npx run-p \"test:*\"",
45
- "test:script": "tsc -p _tests/tsconfig.json --noEmit --skipLibCheck"
46
- },
47
- "devDependencies": {
48
- "typescript": "5.9.3"
30
+ "postpack": "clean-package restore"
49
31
  },
50
32
  "peerDependencies": {
51
33
  "typescript": ">=5.x"
@@ -55,7 +37,6 @@
55
37
  "optional": true
56
38
  }
57
39
  },
58
- "clean-package": "../../clean-package.config.mjs",
59
40
  "engines": {
60
41
  "node": ">=20.0.0"
61
42
  },
@@ -63,5 +44,5 @@
63
44
  "access": "public"
64
45
  },
65
46
  "sideEffect": false,
66
- "gitHead": "550810ad9a8d35378bb00361cd0080bd67058fc5"
47
+ "gitHead": "8d96574cd89109fa8268a2c77601337ad871ef1e"
67
48
  }