Skip to content

Configure TypeScript to use source files during test and development time #174

@rekmarks

Description

@rekmarks

Due to these lines in tsconfig.packages.json, TypeScript is supposed to use sources instead of build files at development and test time. In other words, changes in package A should be available to its consumer package B without rebuilding package A. This is not currently the case, as both the VS Code language server and our tests fail to use the sources directly without building them. We should fix this.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuildRelated to building / bundling / transforming etc. our source code.choreNot a feature, not documentation, but something we still have to do.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions