Open
Bug 1975901
Opened 1 year ago
Updated 11 days ago
Investigate using a tree of composite projects that cover all code we want typed or configured/hinted
Categories
(Developer Infrastructure :: Lint and Formatting, task, P2)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: zombie, Unassigned)
References
(Blocks 1 open bug)
Details
Investigate using composite projects to split our tree into different subprojects and environments.
https://www.typescriptlang.org/docs/handbook/project-references.html
The potential issue is that composite project can't use noEmit option, so we'll probably need to come up with a workaround, like emitting (declarations) to the obj dir for example.
You need to log in
before you can comment on or make changes to this bug.
Description
•