Commit b592a9a
committed
Fix types paths in exports map
The types conditions pointed at index.d.js, which does not exist. tsc
strips the .js extension and finds index.d.ts beside it, so consumers
were unaffected, but tools that read exports literally flag it.1 parent 179cf65 commit b592a9a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments