typescript-starter icon indicating copy to clipboard operation
typescript-starter copied to clipboard

tsconfig: add lib field explicitly to exclude dom related apis

Open rick-ame opened this issue 2 years ago • 0 comments

fix https://github.com/nestjs/typescript-starter/issues/288

Set lib field to ES2023.

Ref: node-lts.json, node18.json, node19.json, node20.json of https://github.com/tsconfig/bases repo.

rick-ame avatar Nov 02 '23 14:11 rick-ame