Skip to content

Commit

Permalink
chore: inline source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 18, 2024
1 parent 9c1f639 commit 4d2ffa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"declaration": true,
"removeComments": true,
"skipLibCheck": true,
"sourceMap": true,
"inlineSourceMap": true,
"strict": true,
"target": "ES2022"
}
Expand Down

0 comments on commit 4d2ffa8

Please sign in to comment.