You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: include @types/node type declarations out of the box (#31502)
This adds a new "node" lib that's included by default and can be
excluded by providing a custom `"lib": [...]` typescript compiler option
without the `"node"` value.
If it detects a `@types/node` package in the files being type checked it
will skip injecting the `lib.node.d.ts` file.
* Uses `npm:@types/[email protected]`
* See tools/update_types_node.ts for the build script.
* denoland/deno_npm#127 (will integrate this one
later)
* denoland/typescript-go#16
* denoland/TypeScript#19 (last two commits)
Closes#30963
0 commit comments