Skip to content

Commit

Permalink
Re-enable declarationMap
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 1, 2023
1 parent 8822a83 commit c09d1b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"baseUrl": ".",
"checkJs": true,
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["DOM", "DOM.Iterable", "ES2020"],
Expand Down

0 comments on commit c09d1b0

Please sign in to comment.