Skip to content

typescript-node: Declare the typescript-node toolchain in .tool-versions - #161

Open
adamnfish-gu wants to merge 1 commit into
fix/typescript-nodefrom
adopt/typescript-node
Open

typescript-node: Declare the typescript-node toolchain in .tool-versions#161
adamnfish-gu wants to merge 1 commit into
fix/typescript-nodefrom
adopt/typescript-node

Conversation

@adamnfish-gu

@adamnfish-gu adamnfish-gu commented Aug 7, 2026

Copy link
Copy Markdown

script/setup installs dependencies with yarn. .nvmrc goes, superseded by .tool-versions.

script/start ran yarn watch, a tsc-watch loop that never exits. It now compiles and runs once, with the watch loop behind --watch, matching script/test.

.yarn/install-state.gz was tracked despite the root .gitignore listing typescript-node/.yarn/*. It is a regenerated build artefact, so it is now untracked.


Base fix/typescript-node (#160), so the diff shows only this branch's changes. Merge #160 first.

Part of #143.

script/setup installs dependencies with yarn. .nvmrc goes, superseded by
.tool-versions.

script/start ran `yarn watch`, a tsc-watch loop that never exits. It now
compiles and runs once, with the watch loop behind --watch, matching
script/test.

.yarn/install-state.gz was tracked despite the root .gitignore listing
typescript-node/.yarn/*. It is a regenerated build artefact, so it is now
untracked.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@bryophyta bryophyta left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works as expected 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants