From 7c7a67fcb303e1170536b1604f9003a613936211 Mon Sep 17 00:00:00 2001 From: Ambroise C Date: Tue, 3 Oct 2023 11:41:04 +0200 Subject: [PATCH] NO-JIRA Improve design-system's tsconfig to create source maps --- server/sonar-web/design-system/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/sonar-web/design-system/tsconfig.json b/server/sonar-web/design-system/tsconfig.json index f270502ed24..9563ae0ec9f 100644 --- a/server/sonar-web/design-system/tsconfig.json +++ b/server/sonar-web/design-system/tsconfig.json @@ -3,6 +3,8 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "baseUrl": ".", + "declaration": true, + "declarationMap": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "lib": ["dom", "dom.iterable", "es2022"], -- 2.39.5