]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA Improve design-system's tsconfig to create source maps
authorAmbroise C <ambroise.christea@sonarsource.com>
Tue, 3 Oct 2023 09:41:04 +0000 (11:41 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 5 Oct 2023 20:02:47 +0000 (20:02 +0000)
server/sonar-web/design-system/tsconfig.json

index f270502ed24e9b1e8922aa1f3ce44f721cd26ee5..9563ae0ec9f4aa988ddea0ce57310840c1d85a90 100644 (file)
@@ -3,6 +3,8 @@
   "compilerOptions": {
     "allowSyntheticDefaultImports": true,
     "baseUrl": ".",
+    "declaration": true,
+    "declarationMap": true,
     "forceConsistentCasingInFileNames": true,
     "isolatedModules": true,
     "lib": ["dom", "dom.iterable", "es2022"],