@yuu1111/tsconfig 1.0.0 → 1.0.1

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 -14
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -12,17 +12,6 @@ bun add -D @yuu1111/tsconfig
12
12
 
13
13
  Extend one of the presets in your `tsconfig.json`:
14
14
 
15
- ### Node.js
16
-
17
- ```json
18
- {
19
- "extends": "@yuu1111/tsconfig/node.json",
20
- "compilerOptions": {
21
- "outDir": "dist"
22
- }
23
- }
24
- ```
25
-
26
15
  ### React
27
16
 
28
17
  ```json
@@ -34,8 +23,7 @@ Extend one of the presets in your `tsconfig.json`:
34
23
  }
35
24
  ```
36
25
 
37
- ### Base (custom setup)
38
-
26
+ ### Base
39
27
  ```json
40
28
  {
41
29
  "extends": "@yuu1111/tsconfig/base.json"
@@ -47,5 +35,4 @@ Extend one of the presets in your `tsconfig.json`:
47
35
  | Preset | Use case |
48
36
  |--------|----------|
49
37
  | `base.json` | Strict shared base |
50
- | `node.json` | Node.js (Node16 module resolution) |
51
38
  | `react.json` | React (JSX + DOM types) |
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@yuu1111/tsconfig",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Shared TypeScript configurations",
5
5
  "license": "MIT",
6
6
  "tsconfig": "./base.json",
7
7
  "files": [
8
8
  "base.json",
9
- "node.json",
10
9
  "react.json"
11
10
  ],
12
11
  "keywords": [