@w0s/tsconfig 1.4.1 → 1.5.0
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.md +1 -1
- package/package.json +5 -2
- package/tsconfig.json +4 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@w0s/tsconfig)
|
|
4
4
|
[](https://github.com/SaekiTominaga/w0s/actions/workflows/typescript-test.yml)
|
|
5
5
|
|
|
6
|
-
[TSConfig](https://www.typescriptlang.org/tsconfig) file used on [w0s.jp](https://w0s.jp
|
|
6
|
+
[TSConfig](https://www.typescriptlang.org/tsconfig) file used on my personal website ([w0s.jp](https://github.com/SaekiTominaga/w0s.jp)).
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w0s/tsconfig",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "TSConfig file used on w0s.jp",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tsconfig"
|
|
@@ -19,7 +19,10 @@
|
|
|
19
19
|
"test-invalid": "tsc --project __tests__/tsconfig-invalid.json"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"typescript": "^5.
|
|
22
|
+
"typescript": "^5.5.2"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"typescript": "^4.4.0"
|
|
23
26
|
},
|
|
24
27
|
"publishConfig": {
|
|
25
28
|
"access": "public"
|