diff --git a/tsconfig.sonar.json b/tsconfig.sonar.json deleted file mode 100644 index 9472bf7..0000000 --- a/tsconfig.sonar.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "./tsconfig", - "include": [ - "adapter/**/*", - "api/**/*", - "central_pane/**/*", - "forward_engineering/**/*", - "localization/**/*", - "polyglot/**/*", - "properties_pane/**/*", - "reverse_engineering/**/*", - "types/**/*", - "validation/**/*", - ], - "exclude": ["**/node_modules/**", "**/*.spec.*"] -}