From 23158b71736e4e6ef68da1a65c780ec1650817cc Mon Sep 17 00:00:00 2001 From: Kurt King Date: Mon, 12 Dec 2022 15:03:21 -0600 Subject: [PATCH] remove dev folder Signed-off-by: Kurt King --- packages/cli/templates/web-library-package/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/templates/web-library-package/tsconfig.json b/packages/cli/templates/web-library-package/tsconfig.json index b61e496175..ce3409d31f 100644 --- a/packages/cli/templates/web-library-package/tsconfig.json +++ b/packages/cli/templates/web-library-package/tsconfig.json @@ -2,7 +2,6 @@ "extends": "@backstage/cli/config/tsconfig.json", "include": [ "src", - "dev" ], "exclude": ["node_modules"], "compilerOptions": {