diff --git a/tsconfig.json b/tsconfig.json index 27ac5fe..df5b174 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "inlineSources": true, "module": "commonjs", "moduleResolution": "node", - "removeComments": true, + "removeComments": false, "strict": false, "noImplicitAny": true, "strictNullChecks": false,