diff --git a/tsconfig.json b/tsconfig.json index ecdbba6..2feb46e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,8 @@ "skipLibCheck": true, "strictNullChecks": true, "resolveJsonModule": true, + "removeComments": true, + "noUnusedLocals": true, "outDir": "dist" }, "include": ["src"],