generated from MetaMask/metamask-module-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
bugSomething isn't workingSomething isn't workingbuildRelated to building / bundling / transforming etc. our source code.Related to building / bundling / transforming etc. our source code.choreNot a feature, not documentation, but something we still have to do.Not a feature, not documentation, but something we still have to do.
Description
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 workingSomething isn't workingbuildRelated to building / bundling / transforming etc. our source code.Related to building / bundling / transforming etc. our source code.choreNot a feature, not documentation, but something we still have to do.Not a feature, not documentation, but something we still have to do.