Commit 345deb6
authored
fix: add types to exports (#110)
Fixes
[#208](#208).
Typescript 5.0 has a [new
moduleResolution](https://dev.to/ayc0/typescript-50-new-mode-bundler-esm-1jic)
called `bundler`. This expects the `types` field included in the
`exports` field which we did not have.1 parent 1f08359 commit 345deb6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments