diff --git a/tsconfig.json b/tsconfig.json index d828db8f..5211967a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,12 +5,12 @@ "module": "commonjs", "declaration": true, "noImplicitAny": false, - "removeComments": true, + "removeComments": false, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es6", - "sourceMap": true, + "sourceMap": false, "strictNullChecks": true, "strictBindCallApply": true, "esModuleInterop": true,