diff --git a/tsconfig.json b/tsconfig.json index 1dfdb3e..9c961c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,15 @@ "moduleDetection": "force", "target": "ES2017", "outDir": "dist", + "noUnusedLocals": true, + "noUnusedParameters": true, + "removeComments": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "importHelpers": true, "esModuleInterop": true, "resolveJsonModule": true, + "incremental": true, "types": ["node"], "baseUrl": ".", "paths": {