From 5f1c22b47ebac0f5e8ac74c4b56ec653ece57813 Mon Sep 17 00:00:00 2001 From: tyleroooo Date: Thu, 23 May 2024 11:19:23 -0400 Subject: [PATCH] Turn on declaration maps for vscode click through between packages (#1571) --- indexer/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/tsconfig.json b/indexer/tsconfig.json index 506c430dae..306d71646e 100644 --- a/indexer/tsconfig.json +++ b/indexer/tsconfig.json @@ -11,6 +11,7 @@ "es2020", ], "declaration": true, + "declarationMap": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "inlineSourceMap": true,