Setup tsc --watch
workflow in examples and CLI project templates
#922
Labels
tsc --watch
workflow in examples and CLI project templates
#922
When I was working on the extension starter project, I added configuration allowing developers to avoid possibly long compilation time by leveraging
tsc --watch
mode. See DEVELOPING.md for the documentation.We should apply this configuration to everything that can be used independently from our monorepo:
This is a follow-up task for #836.
Acceptance criteria
Update the following places in our monorepo
For each place, make the following changes:
build:watch
andtest:dev
scripts inpackage.json
(source).vscode
configuration with "Watch and compile TypeScript" and "Test and lint" tasks - (source)DEVELOPING.md
file describing dev setup and workflow for developers using VS Code but also for developers using their own IDE/editor (source)The text was updated successfully, but these errors were encountered: