aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/tsconfig.json
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-12-18 15:51:21 +0100
committersonartech <sonartech@sonarsource.com>2018-12-20 11:41:49 +0100
commit9c3818394a97ff1b9d8e92f781bcd4a911ee9838 (patch)
treef41cc866a2fafd5b0dfba65cc668c723c64b41c9 /server/sonar-web/tsconfig.json
parent687c3b52b21afb9f7e8e80b4329921b1bfef1257 (diff)
downloadsonarqube-9c3818394a97ff1b9d8e92f781bcd4a911ee9838.tar.gz
sonarqube-9c3818394a97ff1b9d8e92f781bcd4a911ee9838.zip
create a separate js bundle for legacy browsers (#1073)
Diffstat (limited to 'server/sonar-web/tsconfig.json')
-rw-r--r--server/sonar-web/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/tsconfig.json b/server/sonar-web/tsconfig.json
index de52341049c..c71eb6f7a16 100644
--- a/server/sonar-web/tsconfig.json
+++ b/server/sonar-web/tsconfig.json
@@ -7,7 +7,7 @@
"noImplicitAny": true,
"strict": true,
"strictFunctionTypes": false,
- "target": "es5",
+ "target": "es2018",
"jsx": "react",
"lib": ["es2017", "dom"],
"module": "esnext",