Skip to content

Commit

Permalink
Remove comments during the build
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 11, 2022
1 parent 3d8fcc7 commit cd12c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"outDir": "dist",
"lib": ["ES2021.String"],
"sourceMap": true,
"declaration": true
"declaration": true,
"removeComments": true
},
"include": ["./src"],
"exclude": ["dist"]
Expand Down

0 comments on commit cd12c15

Please sign in to comment.