Skip to content

Commit 996b4b5

Browse files
committed
Remove removeComments from tsconfig.json
1 parent e2c6c95 commit 996b4b5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/shiny-pumpkins-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"formdata-node": patch
3+
---
4+
5+
Remove removeComments from tsconfig.json

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"isolatedModules": true,
1818
"moduleResolution": "node16",
1919
"forceConsistentCasingInFileNames": true,
20-
"allowSyntheticDefaultImports": true,
21-
"removeComments": true
20+
"allowSyntheticDefaultImports": true
2221
}
2322
}

0 commit comments

Comments
 (0)