type-fest icon indicating copy to clipboard operation
type-fest copied to clipboard

TypeScript 4.7 `TsConfigJson.Module` updates.

Open scott-lc opened this issue 2 years ago • 0 comments

Please add nodenext and node16 to the TsConfigJson.Module type definition as per https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#esm-nodejs

export type Module = ... | 'nodenext' | 'NodeNext' | 'node16' | 'Node16';

scott-lc avatar Jul 06 '22 17:07 scott-lc