Skip to content

build: upgrade TypeScript to 7.0 - #56

Open
yCodeTech wants to merge 3 commits into
build/dependency-version-bumpsfrom
build/upgrade-typescript
Open

build: upgrade TypeScript to 7.0#56
yCodeTech wants to merge 3 commits into
build/dependency-version-bumpsfrom
build/upgrade-typescript

Conversation

@yCodeTech

Copy link
Copy Markdown
Owner

No description provided.

From Node v6, you have to explicitly include type modules, otherwise they will not be added globally to the project like `process` for Node, and module imports will error like `Cannot find name 'node:fs'`.

- Added `types` array to tsconfig and included the `node` and `vscode` modules to fix import and usage errors.

Ref: http://typescriptlang.org/tsconfig/#types
@yCodeTech
yCodeTech force-pushed the build/upgrade-typescript branch from 97ece2a to 617d329 Compare August 26, 2026 06:34
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.

1 participant