1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

chore(packages/tsconfig): update removeComments option to false

This commit is contained in:
2024-05-28 00:24:13 +07:00
parent dc48cbc44b
commit 2a931bbeb9
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,
"removeComments": true,
"removeComments": false,
"verbatimModuleSyntax": true,
"useDefineForClassFields": true,