diff --git a/tsconfig.json b/tsconfig.json index d5a4b1c..96078d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "skipLibCheck": true, + "removeComments": true, "esModuleInterop": true, "resolveJsonModule": true, "emitDecoratorMetadata": true,