Skip to content

Commit

Permalink
fix: sourceMap should be false
Browse files Browse the repository at this point in the history
  • Loading branch information
xiejay97 committed Nov 8, 2022
1 parent 192effc commit d4566d3
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 @@ -6,7 +6,7 @@
"resolveJsonModule": true,
"declaration": false,
"newLine": "LF",
"sourceMap": true,
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es2015",
Expand Down

0 comments on commit d4566d3

Please sign in to comment.