diff options
Diffstat (limited to 'server/sonar-web/tsconfig.json')
-rw-r--r-- | server/sonar-web/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/tsconfig.json b/server/sonar-web/tsconfig.json index 1537162d60d..99489bfd95e 100644 --- a/server/sonar-web/tsconfig.json +++ b/server/sonar-web/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "Docs/*": ["../sonar-docs/src/*"], "*": ["./src/main/js/@types/*"] } }, |