Skip to content

Conversation

@jbrunton96
Copy link

Description of Changes

Changes where the various tsconfig.json files for proprietary/core live and names them tsconfig.json. This improves developer experience inside VSCode because in VSCode you can't specify which tsconfig file to use, it just picks the one in the folder based on name - but it can have multiple loaded for different folders. So, with this change, opening files in the core folder will have VSCode analyse them with the core/tsconfig.json file, and files in proprietary will be analysed with proprietary/tsconfig.json. This isn't particularly important in current V2 (you'll basically not notice it) but will make a difference in the Desktop version in #3854 when there's a third folder.

@jbrunton96 jbrunton96 self-assigned this Oct 30, 2025
@dosubot dosubot bot added the size:S This PR changes 10-29 lines ignoring generated files. label Oct 30, 2025
@stirlingbot stirlingbot bot added the v2 Issues or pull requests related to the v2 branch label Oct 30, 2025
@stirlingbot
Copy link
Contributor

stirlingbot bot commented Oct 30, 2025

🚀 Auto-deploying V2 version for PR #4781...

This is an automated deployment triggered by V2/version2 keywords in the PR title or V2/React keywords in the branch name.

⚠️ Note: If new commits are pushed during deployment, this build will be cancelled and replaced with the latest version.

@stirlingbot
Copy link
Contributor

stirlingbot bot commented Oct 30, 2025

✅ Frontend License Check Passed

All frontend licenses have been validated and no compatibility warnings were detected.

The frontend license report has been updated successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines ignoring generated files. v2 Issues or pull requests related to the v2 branch

3 participants