From 051563bf8afb470846eccf1ff860c4a8f5a5dce2 Mon Sep 17 00:00:00 2001 From: sadarunnisa Date: Tue, 24 Dec 2024 02:11:55 +0530 Subject: [PATCH] Delete plugins/jenkins-with-reporting-backend-backend/tsconfig.json --- .../tsconfig.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 plugins/jenkins-with-reporting-backend-backend/tsconfig.json diff --git a/plugins/jenkins-with-reporting-backend-backend/tsconfig.json b/plugins/jenkins-with-reporting-backend-backend/tsconfig.json deleted file mode 100644 index ba3f901..0000000 --- a/plugins/jenkins-with-reporting-backend-backend/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "@backstage/cli/config/tsconfig.json", - "include": [ - "packages/*/src", - "plugins/*/src", - "plugins/*/dev", - "plugins/*/migrations" - ], - "exclude": ["node_modules"], - "compilerOptions": { - "outDir": "dist-types", - "rootDir": "." - } -}