Skip to content

Commit

Permalink
fix(sourcemaps): re-add the inlineSources compiler option to fix sour…
Browse files Browse the repository at this point in the history
…ce maps
  • Loading branch information
jeffijoe committed Oct 30, 2023
1 parent ea4d7b5 commit fdc1d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"moduleResolution": "node",
"importHelpers": false,
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit fdc1d2b

Please sign in to comment.