diff --git a/package.json b/package.json index ebccb66..918a858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liatrio/backstage-github-autogov-plugin", - "version": "1.2.0", + "version": "1.2.1", "private": true, "repository": { "type": "git", diff --git a/tsconfig.json b/tsconfig.json index f05931b..21d995d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,13 @@ { "extends": "@backstage/cli/config/tsconfig.json", "include": [ + "backstage-plugin-autogov-common/src", "backstage-plugin-github-releases-assets-backend/src", "backstage-plugin-github-releases-autogov/src" ], - "exclude": ["node_modules"], + "exclude": [ + "node_modules" + ], "compilerOptions": { "outDir": "dist-types", "rootDir": ".", @@ -13,4 +16,4 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true } -} +} \ No newline at end of file