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.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",