Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): improve typescript compilation to avoid reindexing in webs… #6543

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

tatarco
Copy link
Contributor

@tatarco tatarco commented Sep 20, 2024

due to multiple freezing issues in webstorm I went to understrand why .js files are being created in place by my ide, the research results ended up with typescript as the culprit, I believe our project is not configured correctly, there is more work to be done, but the project typescript definitions are not aligned between modules, this alone made a huge change and for 48 hours i havent had anymore webstorm issues

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

@@ -1,15 +1,15 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/libs/api",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you try Webstorm without this changes, only with the addition "include": ["src"],

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

Successfully merging this pull request may close these issues.

2 participants