Skip to content

Commit e933b5c

Browse files
snomiaoclaude
andcommitted
[feat] Enable declarationMap for source file mapping in API changelog
Generate declaration maps to enable mapping from generated .d.ts files back to source files. This will allow the API changelog to link to actual source code locations instead of generated declaration files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent cb32562 commit e933b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"declaration": true,
5+
"declarationMap": true,
56
"noEmit": false,
67
"paths": {
78
"@/*": ["./src/*"]

0 commit comments

Comments
 (0)