Skip to content

Commit

Permalink
TSConfig: Omit source maps from build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv committed Mar 8, 2019
1 parent 81cf462 commit f4dd0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "**/node_modules/*", "**/__tests__/*"],
"compilerOptions": {
"pretty": true
"pretty": true,
"sourceMap": false
}
}

0 comments on commit f4dd0a6

Please sign in to comment.