diff --git a/tsconfig.json b/tsconfig.json index 2daa53b..cdd5e91 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "noFallthroughCasesInSwitch": false, "noImplicitAny": true, "outDir": "./lib", - "removeComments": true, + "removeComments": false, "rootDir": "./src", "skipLibCheck": true, "sourceMap": true,