Skip to content

Commit

Permalink
build(typescript): create sourcemaps for .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 14, 2021
1 parent 114b8a1 commit 9534aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": ["esnext"],
Expand Down

0 comments on commit 9534aba

Please sign in to comment.