Commit d52b65a
authored
fix: include source files in published package for IDE navigation (#40)
Declaration maps reference `../../src/` but source files were excluded
from the npm package. Adding `"./src/"` to the files field enables IDE
"Go to Definition" to navigate to actual TypeScript source instead of
.d.ts type declarations. Zero impact on app bundle size — bundlers
resolve imports via `exports`/`main`/`module` to compiled JS in dist/.1 parent 734e947 commit d52b65a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments