diff --git a/bitwarden_license/bit-desktop/tsconfig.renderer.json b/bitwarden_license/bit-desktop/tsconfig.renderer.json index 76bbedadd70..e34f2687207 100644 --- a/bitwarden_license/bit-desktop/tsconfig.renderer.json +++ b/bitwarden_license/bit-desktop/tsconfig.renderer.json @@ -1,6 +1,7 @@ { "extends": "../../apps/desktop/tsconfig.renderer.json", "include": [ + "../../apps/desktop/src/app/main.ts", "src/app/main.ts", "src/global.d.ts", "../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts"