Skip to content

Commit

Permalink
Re-enable declaration maps
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Dec 20, 2024
1 parent f8004c0 commit d7c6923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"lib": ["dom", "es2022"],
"outDir": "types/",
Expand Down

0 comments on commit d7c6923

Please sign in to comment.