Skip to content

Commit 3891a7e

Browse files
committed
Enable ts declaration maps to fix "Go to Definition"
Signed-off-by: Timothy Johnson <[email protected]>
1 parent 5883be1 commit 3891a7e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

__tests__/__packages__/cli-test-utils/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "es5",
55
"module": "commonjs",
66
"declaration": true,
7+
"declarationMap": true,
78
"outDir": "./lib",
89
"rootDir": "./src",
910
"strict": true,

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"target": "es2015",
1111
"module": "commonjs",
1212
"declaration": true,
13+
"declarationMap": true,
1314
"moduleResolution": "node",
1415
"noImplicitAny": true,
1516
"preserveConstEnums": true,

0 commit comments

Comments
 (0)