diff --git a/tsconfig.json b/tsconfig.json index 8c271d5..fb2f8f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,8 @@ ], "include": [ "test/*.js" - ] + ], + "compilerOptions": { + "removeComments": true + } }