nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.89k stars 1.07k forks source link

tsconfig: add lib field explicitly to exclude dom related apis #289

Closed rick-ame closed 7 months ago

rick-ame commented 1 year ago

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.