diff --git a/tsconfig.json b/tsconfig.json index 11cb454..e810b10 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,7 @@ "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "isolatedModules": true, - "removeComments": true, + "removeComments": false, "moduleDetection": "force", "verbatimModuleSyntax": true, "noUncheckedIndexedAccess": true,