|
8 | 8 | "exports": { |
9 | 9 | ".": { |
10 | 10 | "import": "./dist/index.js", |
11 | | - "types": "./dist/index.d.ts" |
| 11 | + "types": "./dist/src/index.d.ts" |
12 | 12 | }, |
13 | 13 | "./db": { |
14 | 14 | "import": "./dist/db.js", |
15 | | - "types": "./dist/db.d.ts" |
| 15 | + "types": "./dist/src/db/index.d.ts" |
16 | 16 | }, |
17 | 17 | "./fs": { |
18 | 18 | "import": "./dist/fs.js", |
19 | | - "types": "./dist/fs.d.ts" |
| 19 | + "types": "./dist/src/fs/index.d.ts" |
20 | 20 | }, |
21 | 21 | "./http": { |
22 | 22 | "import": "./dist/http.js", |
23 | | - "types": "./dist/http.d.ts" |
| 23 | + "types": "./dist/src/http/index.d.ts" |
24 | 24 | }, |
25 | 25 | "./job": { |
26 | 26 | "import": "./dist/job.js", |
27 | | - "types": "./dist/job.d.ts" |
| 27 | + "types": "./dist/src/job/index.d.ts" |
28 | 28 | }, |
29 | 29 | "./kv": { |
30 | 30 | "import": "./dist/kv.js", |
31 | | - "types": "./dist/kv.d.ts" |
| 31 | + "types": "./dist/src/kv/index.d.ts" |
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "publishConfig": { |
35 | 35 | "access": "public", |
36 | 36 | "exports": { |
37 | 37 | ".": { |
38 | 38 | "import": "./dist/index.js", |
39 | | - "types": "./dist/index.d.ts" |
| 39 | + "types": "./dist/src/index.d.ts" |
40 | 40 | }, |
41 | 41 | "./db": { |
42 | 42 | "import": "./dist/db.js", |
43 | | - "types": "./dist/db.d.ts" |
| 43 | + "types": "./dist/src/db/index.d.ts" |
44 | 44 | }, |
45 | 45 | "./fs": { |
46 | 46 | "import": "./dist/fs.js", |
47 | | - "types": "./dist/fs.d.ts" |
| 47 | + "types": "./dist/src/fs/index.d.ts" |
48 | 48 | }, |
49 | 49 | "./http": { |
50 | 50 | "import": "./dist/http.js", |
51 | | - "types": "./dist/http.d.ts" |
| 51 | + "types": "./dist/src/http/index.d.ts" |
52 | 52 | }, |
53 | 53 | "./job": { |
54 | 54 | "import": "./dist/job.js", |
55 | | - "types": "./dist/job.d.ts" |
| 55 | + "types": "./dist/src/job/index.d.ts" |
56 | 56 | }, |
57 | 57 | "./kv": { |
58 | 58 | "import": "./dist/kv.js", |
59 | | - "types": "./dist/kv.d.ts" |
| 59 | + "types": "./dist/src/kv/index.d.ts" |
60 | 60 | } |
61 | 61 | } |
62 | 62 | }, |
|
0 commit comments