Skip to content

Commit

Permalink
Turn on declaration maps for vscode click through between packages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored May 23, 2024
1 parent ab1ab54 commit 5f1c22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"es2020",
],
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSourceMap": true,
Expand Down

0 comments on commit 5f1c22b

Please sign in to comment.