Skip to content

Commit

Permalink
feat!(tsconfig): enable declaration maps (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown authored Oct 27, 2024
1 parent b8f7947 commit bdf7774
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/twelve-jeans-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bfra.me/tsconfig": minor
---

Enable [declaration maps](https://www.typescriptlang.org/tsconfig/#declarationMap).

2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"declaration": true,
"declarationMap": false,
"declarationMap": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
Expand Down

0 comments on commit bdf7774

Please sign in to comment.