diff --git a/tsconfig.json b/tsconfig.json index f5a7d66c..c9e7fd46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "rootDir": "src", "allowJs": true, "outDir": "lib", - "sourceMap": true + "sourceMap": true, + "removeComments": true }, "include": [ "src/**/*"