Skip to content

Commit

Permalink
Merge pull request #1966 from Alexendoo/declaration-map
Browse files Browse the repository at this point in the history
Enable TypeScript declaration maps
  • Loading branch information
turt2live authored Oct 5, 2021
2 parents 08aa780 + 770858c commit c9212e7
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
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"declarationMap": true,
"sourceMap": true,
"noEmit": false,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit c9212e7

Please sign in to comment.