Skip to content

Commit

Permalink
build(tsconfig): remove comments when building
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Aug 3, 2024
1 parent 79f49c6 commit 3d2bf48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"removeComments": true,
"declaration": true,
"outDir": "dist",
"target": "ES6",
Expand Down

0 comments on commit 3d2bf48

Please sign in to comment.