From 14ec9226b33da72fff806773e3234df016c6272c Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Wed, 25 Sep 2024 14:20:25 +0200 Subject: [PATCH] Disable declarations map --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0a68a50..4cdf988 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "module": "NodeNext", "moduleResolution": "NodeNext", "lib": ["ESNext", "DOM", "DOM.Iterable"], - "declarationMap": true, "declaration": true, "esModuleInterop": true, "experimentalDecorators": true,