diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-12-18 15:51:21 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-12-20 11:41:49 +0100 |
commit | 9c3818394a97ff1b9d8e92f781bcd4a911ee9838 (patch) | |
tree | f41cc866a2fafd5b0dfba65cc668c723c64b41c9 /server/sonar-web/tsconfig.json | |
parent | 687c3b52b21afb9f7e8e80b4329921b1bfef1257 (diff) | |
download | sonarqube-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.json | 2 |
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", |