From 619ce4bb8bfd9b22675f3bdfe4f9a6b44a0a2749 Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Wed, 6 Mar 2024 09:53:35 +0100 Subject: [PATCH] chore(codeowners): add tsconfig.test.json to file --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8a77a2911dc..01178d298f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -439,6 +439,7 @@ /project.json @grafana/frontend-ops /.nxignore @grafana/frontend-ops /tsconfig.json @grafana/frontend-ops +/tsconfig.test.json @grafana/frontend-ops /.editorconfig @grafana/frontend-ops /eslint.config.js @grafana/frontend-ops /.betterer.eslint.config.js @grafana/frontend-ops