@kurone-kito/typescript-config 0.3.0 → 0.3.2
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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,8 +7,10 @@ My TypeScript configuration for general Node.js projects.
|
|
|
7
7
|
First, install this package and its peer dependencies:
|
|
8
8
|
|
|
9
9
|
```sh
|
|
10
|
-
npm install --save-dev
|
|
11
|
-
|
|
10
|
+
npm install --save-dev \
|
|
11
|
+
@kurone-kito/typescript-config \
|
|
12
|
+
typescript \
|
|
13
|
+
typescript-eslint-language-service
|
|
12
14
|
```
|
|
13
15
|
|
|
14
16
|
Then, create a `tsconfig.json` file. If exists, merge the following configuration into it:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kurone-kito/typescript-config",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "My TypeScript configuration for general projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"prettier": "@kurone-kito/prettier-config",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@kurone-kito/prettier-config": "0.3.
|
|
30
|
-
"@typescript-eslint/parser": "^5.59.
|
|
29
|
+
"@kurone-kito/prettier-config": "0.3.2",
|
|
30
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
31
31
|
"eslint": "^8.39.0",
|
|
32
32
|
"prettier": "^2.8.8",
|
|
33
33
|
"prettier-plugin-packagejson": "^2.4.3",
|