You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, our monorepo is configured in a hacky way to allow TypeScript to build individual packages independently but still allow the TypeScript Language Service run by VSCode to treat the monorepo as one large project.
At the moment, our monorepo is configured in a hacky way to allow TypeScript to build individual packages independently but still allow the TypeScript Language Service run by VSCode to treat the monorepo as one large project.
Let's abandon our non-standard setup and leverage TypeScript's Project References instead.
Work done so far:
src/__tests__
build(testlab): move test files tosrc/__tests__
#2283 build: move test files tosrc/__tests__
in example apps #2316 build: move test files tosrc/__tests__
in packages #2330 Scaffold test files tosrc/__tests__
+ small fixes #2339Work remaining:
index.*
files and usemain
&types
entries inpackage.json
instead refactor: remove hand-written index files #5440feat: enable declarationMap, use .d.ts files in monorepo too #2613chore: add script to build typescript project references #1636Nice to have
implement it or create follow-up stories:The text was updated successfully, but these errors were encountered: