Skip to content

Commit

Permalink
Removing comments from ts output
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Fish <[email protected]>
  • Loading branch information
fishcharlie committed Oct 27, 2024
1 parent cbc6a04 commit 86ab848
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 @@ -12,7 +12,8 @@
"noImplicitThis": true,
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"removeComments": true
},
"include": [
"./src/**/*"
Expand Down

0 comments on commit 86ab848

Please sign in to comment.