From: Ambroise C Date: Tue, 3 Oct 2023 09:41:04 +0000 (+0200) Subject: NO-JIRA Improve design-system's tsconfig to create source maps X-Git-Tag: 10.3.0.82913~274 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c7a67fcb303e1170536b1604f9003a613936211;p=sonarqube.git NO-JIRA Improve design-system's tsconfig to create source maps --- 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"],