aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/tsconfig.json
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2017-12-15 15:29:41 +0100
committerGitHub <noreply@github.com>2017-12-15 15:29:41 +0100
commit99c250bebeb529e77e6472750b47caee98c0edd3 (patch)
treebe21932c60d73f6454545847c2a2744b041fe0c4 /server/sonar-web/tsconfig.json
parentf26d933e1ecbd9ca104a6e1e0eb251462056aca8 (diff)
downloadsonarqube-99c250bebeb529e77e6472750b47caee98c0edd3.tar.gz
sonarqube-99c250bebeb529e77e6472750b47caee98c0edd3.zip
update typescript and prettier, use shortcut fragment syntax (#2913)
Diffstat (limited to 'server/sonar-web/tsconfig.json')
-rw-r--r--server/sonar-web/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/tsconfig.json b/server/sonar-web/tsconfig.json
index 427192d12e7..a99673585de 100644
--- a/server/sonar-web/tsconfig.json
+++ b/server/sonar-web/tsconfig.json
@@ -6,6 +6,7 @@
"noUnusedParameters": true,
"noImplicitAny": true,
"strict": true,
+ "strictFunctionTypes": false,
"target": "es5",
"jsx": "react",
"lib": ["es2017", "dom"],