aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/tsconfig.json')
-rw-r--r--server/sonar-web/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/tsconfig.json b/server/sonar-web/tsconfig.json
index a99673585de..b26b72ace21 100644
--- a/server/sonar-web/tsconfig.json
+++ b/server/sonar-web/tsconfig.json
@@ -12,7 +12,8 @@
"lib": ["es2017", "dom"],
"module": "esnext",
"moduleResolution": "node",
- "typeRoots": ["./src/main/js/typings", "./node_modules/@types"]
+ "typeRoots": ["./src/main/js/typings", "./node_modules/@types"],
+ "sourceMap": true
},
"include": ["./src/main/js/**/*"]
}