From 18356f406a64da36e510c34cfa0f0542b7ef7830 Mon Sep 17 00:00:00 2001 From: bluwy Date: Tue, 23 Sep 2025 10:12:28 +0800 Subject: [PATCH] build: disable generating declaration maps --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index ccc53afa64d9..1f6b9987bb96 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -4,7 +4,7 @@ "allowSyntheticDefaultImports": true, "composite": true, "declaration": true, - "declarationMap": true, + "declarationMap": false, "emitDeclarationOnly": true, "emitDecoratorMetadata": false, "esModuleInterop": true,