From b6b4a73985f3787043270129661803e6b78fb1be Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 15 Sep 2023 23:41:28 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) 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": {