Skip to content

Commit

Permalink
Don't output source maps
Browse files Browse the repository at this point in the history
TypeScript compiles to readable JavaScript, so they're just bloat.
  • Loading branch information
sindresorhus committed Oct 10, 2019
1 parent f329c20 commit 6532812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,6 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "react",
"sourceMap": true,
"declaration": true,
"pretty": true,
"newLine": "lf",
Expand Down

0 comments on commit 6532812

Please sign in to comment.