From 41d087e35ad6ebac29c80fd185423337f6f07775 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sat, 7 Mar 2020 12:18:48 +0100 Subject: [PATCH] tsconfig: enable declaration maps for goto definition --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 02162ee3a5..25f61cc933 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "compilerOptions": { "allowJs": true, "noEmit": false, + "declarationMap": true, "incremental": true } }