|
8 | 8 | "types": "dist/htm.d.ts", |
9 | 9 | "exports": { |
10 | 10 | ".": { |
| 11 | + "types": "./src/index.d.ts", |
11 | 12 | "browser": "./dist/htm.module.js", |
12 | 13 | "umd": "./dist/htm.umd.js", |
13 | 14 | "import": "./dist/htm.mjs", |
14 | 15 | "require": "./dist/htm.js" |
15 | 16 | }, |
16 | 17 | "./": "./", |
17 | 18 | "./preact": { |
| 19 | + "types": "./preact/index.d.ts", |
18 | 20 | "browser": "./preact/index.module.js", |
19 | 21 | "umd": "./preact/index.umd.js", |
20 | 22 | "import": "./preact/index.mjs", |
21 | 23 | "require": "./preact/index.js" |
22 | 24 | }, |
23 | 25 | "./preact/standalone": { |
| 26 | + "types": "./preact/index.d.ts", |
24 | 27 | "browser": "./preact/standalone.module.js", |
25 | 28 | "umd": "./preact/standalone.umd.js", |
26 | 29 | "import": "./preact/standalone.mjs", |
27 | 30 | "require": "./preact/standalone.js" |
28 | 31 | }, |
29 | 32 | "./react": { |
| 33 | + "types": "./react/index.d.ts", |
30 | 34 | "browser": "./react/index.module.js", |
31 | 35 | "umd": "./react/index.umd.js", |
32 | 36 | "import": "./react/index.mjs", |
33 | 37 | "require": "./react/index.js" |
34 | 38 | }, |
35 | 39 | "./mini": { |
| 40 | + "types": "./mini/index.d.ts", |
36 | 41 | "browser": "./mini/index.module.js", |
37 | 42 | "umd": "./mini/index.umd.js", |
38 | 43 | "import": "./mini/index.mjs", |
|
0 commit comments