Closed
Description
Context
Tracking task to add Lit v3.0 generated documentation to Lit.dev. Does not need to be publicly linked. Can be by URL only.
Complexity
Naively this is not working because when building with TypeScript, it automatically walks up all parent directories and collects all @types
encountered. This breaks because @types/codemirror
on lit.dev is picked up and has incompatible typings with TypeScript 5 and the Lit v3 repo.
References: microsoft/TypeScript#30124 and https://stackoverflow.com/questions/42150920/how-to-block-typescript-2-0-from-walking-up-all-parent-directories-while-resolvi
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done