Skip to content

Commit

Permalink
chore: inline source maps (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome committed May 2, 2023
1 parent 4ddcae6 commit efdf184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"resolveJsonModule": true,
"jsx": "react",
"rootDir": ".",
"sourceMap": true
"sourceMap": true,
"inlineSources": true
},
"include": [
"*.ts",
Expand Down

0 comments on commit efdf184

Please sign in to comment.