Commit a4afcf9
chore: tighten public API and disable source maps
- exports: block ./types and ./utils subpaths from the "./*" wildcard so
internal helpers compiled into dist/js/ are not importable by consumers
- tsconfig.build.json: disable sourceMap and declarationMap. Defaults embed
original .ts content into .map files, which would ship the source inside
the tarball despite files:["dist"] and inflate size without meaningful
debuggability gains for a UI library
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 428bf0b commit a4afcf9
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments