diff --git a/tsconfig.json b/tsconfig.json index dc64954e..1df5f197 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "outDir": "dist", "module": "ESNext", + "removeComments": true, "target": "ES2020", "jsx": "react-jsx", "declaration": false,