Commit 920a4a1
authored
fix: include source files in published package for IDE navigation (#74)
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 28a422c commit 920a4a1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments