Skip to content

Commit 60c121b

Browse files
authored
Housekeeping: Add link between interface and implementation when compiling ts for easy jump to implementation (#3754)
1 parent 459c1df commit 60c121b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"downlevelIteration": true,
55
"module": "esnext",
66
"outDir": "./dist/out-tsc",
7-
"declaration": false,
7+
"declaration": true,
8+
"declarationMap": true,
89
"moduleResolution": "node",
910
"emitDecoratorMetadata": true,
1011
"experimentalDecorators": true,

0 commit comments

Comments
 (0)