Skip to content

Commit 247fb3e

Browse files
committed
Remove removeComments from tsconfig.json
1 parent cb7c774 commit 247fb3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/weak-chefs-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"form-data-encoder": patch
3+
---
4+
5+
Remove removeComments from tsconfig.json

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"isolatedModules": true,
2020
"moduleResolution": "node16",
2121
"forceConsistentCasingInFileNames": true,
22-
"allowSyntheticDefaultImports": true,
23-
"removeComments": true
22+
"allowSyntheticDefaultImports": true
2423
}
2524
}

0 commit comments

Comments
 (0)