diff --git a/tsconfig.json b/tsconfig.json index ba921f4..7cefcef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "declaration": true, "noImplicitAny": false, "moduleResolution": "node", - "removeComments": true, + "removeComments": false, "sourceMap": true, "outDir":"dist/" }, @@ -16,4 +16,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}