Skip to content

Conversation

@NSeydoux
Copy link
Contributor

@NSeydoux NSeydoux commented Dec 9, 2022

The TS compiler expects all files to be under the project's rootDir, but that conflicts with dependencies across workspaces. Adding a "references" entry in the project's TSConfig appears to resolve the problem.

The TS compiler expects all files to be under the project's `rootDir`, but that conflicts with dependencies across workspaces. Adding a "references" entry in the project's TSConfig appears to resolve the problem.
@NSeydoux NSeydoux requested a review from a team as a code owner December 9, 2022 10:34
@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.base.json",
Copy link
Contributor

Choose a reason for hiding this comment

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

Makes so much sense to make this a base.

@NSeydoux NSeydoux merged commit dabae7d into main Dec 9, 2022
@NSeydoux NSeydoux deleted the fix/build-workspaces branch December 9, 2022 12:37
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.

3 participants