Skip to content

Commit

Permalink
removing inline source maps as this option can't be combined
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 16, 2024
1 parent 75b564b commit 3b54dde
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": "es2018",
Expand Down

0 comments on commit 3b54dde

Please sign in to comment.