Skip to content

Commit

Permalink
removing inline source maps as this option can't be combined (#2269)
Browse files Browse the repository at this point in the history
sourceMap and inlineSourceMap don't go well together.
  • Loading branch information
GottZ committed Mar 22, 2024
1 parent cab92a6 commit 48fbf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": "src",
"sourceMap": true,
"inlineSourceMap": true,
"inlineSourceMap": false,
"inlineSources": true,
"module": "ESNext",
"target": "ES2022",
Expand Down

0 comments on commit 48fbf17

Please sign in to comment.