Commit 42d77a2
committed
feat: add TypeScript type definitions to server exports
Added TypeScript .d.ts type exports to package.json exports field
for the aidd/server module, enabling proper TypeScript support and
IDE autocompletion for the server framework utilities.
The exports now include both the JavaScript implementation and
TypeScript type definitions:
- ./server: points to both index.js and index.d.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a5d00c9 commit 42d77a2
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments