Skip to content

Commit

Permalink
Remove removeComments from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 24, 2023
1 parent e2c6c95 commit 996b4b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-pumpkins-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formdata-node": patch
---

Remove removeComments from tsconfig.json
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"isolatedModules": true,
"moduleResolution": "node16",
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"removeComments": true
"allowSyntheticDefaultImports": true
}
}

0 comments on commit 996b4b5

Please sign in to comment.