Skip to content

Commit

Permalink
build: disable sourcemaps in tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbrs committed Feb 4, 2022
1 parent a4af5c8 commit d1ddc67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false
},
"exclude": [
"lib/**/*.spec.ts"
]
Expand Down

0 comments on commit d1ddc67

Please sign in to comment.