Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
build(typescript): add 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 7e9d04e commit ed57233
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,
"noEmit": false,
Expand Down

0 comments on commit ed57233

Please sign in to comment.