Skip to content

Commit

Permalink
Disable the generation of source maps
Browse files Browse the repository at this point in the history
Source maps are, by default, not interpreted by Node.js anyway and it's a 4KB file
  • Loading branch information
realityking committed Apr 8, 2021
1 parent 7256693 commit e8b4f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"es2015"
],
"declaration": true,
"sourceMap": true,
"sourceMap": false,
"outDir": "./dist",
"importHelpers": true,
"strict": true,
Expand All @@ -25,4 +25,4 @@
],
"esModuleInterop": true
}
}
}

0 comments on commit e8b4f77

Please sign in to comment.