aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-vsts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-vsts/tsconfig.json')
-rw-r--r--server/sonar-vsts/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-vsts/tsconfig.json b/server/sonar-vsts/tsconfig.json
index 55d03e5c4eb..bbab74e1bbb 100644
--- a/server/sonar-vsts/tsconfig.json
+++ b/server/sonar-vsts/tsconfig.json
@@ -18,5 +18,5 @@
},
"sourceMap": true
},
- "include": ["./src/main/js/**/*"]
+ "include": ["./src/main/js/**/*", "../sonar-web/src/main/js/app/types.d.ts"]
}