From e080c30f2a1d416065671d842d502535b561316a Mon Sep 17 00:00:00 2001 From: austindebest Date: Mon, 20 Apr 2026 01:04:33 +0100 Subject: [PATCH] Remove declaration and declarationMap from root tsconfig - Fix TS5069 error about declarationMap requiring declaration --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 440db43..50035d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, - "declaration": true, - "declarationMap": true, "sourceMap": true, "incremental": true, "noUnusedLocals": true,