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

fix: put sources under a single TypeScript config #1087

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Conversation

steabert
Copy link
Member

Internal imports should be resolve relatively (i.e. player should not import from the package itself). The simplest way is to further group all sources, and use a single TypeScript configuration. With code-splitting enabled, the result is essentially the same.

Checklist for review

  • PR title and description are clear
  • change follows existing coding style and architecture
  • necessary unit tests were added
  • documentation was updated

@steabert steabert requested review from Tigge and rikteg as code owners January 13, 2025 06:02
@steabert steabert force-pushed the single-tsconfig branch 2 times, most recently from b03dfa1 to 4bf2124 Compare January 13, 2025 06:13
Internal imports should be resolve relatively (i.e. player should
not import from the package itself). The simplest way is to further
group all sources, and use a single TypeScript configuration.
With code-splitting enabled, the result is essentially the same.
@steabert steabert merged commit 9b1be16 into main Jan 13, 2025
9 checks passed
@steabert steabert deleted the single-tsconfig branch January 13, 2025 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant