From f05d5ee0a8d55fe067474f08a99f9c9438cec119 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 4 Apr 2024 15:16:01 +0100 Subject: [PATCH] fix(NA): adds pipeline-resource-definitions/fix-location-collection.ts into a tsconfig --- .buildkite/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/tsconfig.json b/.buildkite/tsconfig.json index a3aad13e5556..5b2a91f6e91a 100644 --- a/.buildkite/tsconfig.json +++ b/.buildkite/tsconfig.json @@ -13,7 +13,8 @@ "pipelines/**/*", "scripts/**/*", "pipelines/flaky_tests/groups.json", - "pull_requests.json" + "pull_requests.json", + "pipeline-resource-definitions/**/*.ts" ], "exclude": [ "target/**/*",