diff --git a/tsconfig.json b/tsconfig.json index f5a4d9d..f83d455 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "outDir": "./lib", "types": ["jest"], "esModuleInterop": true, + "removeComments": true, "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true },