feat(tsconfig.json): update "target" to match minimal NodeJS capabilities

fixes typegoose/typegoose#735

BREAKING CHANGE:
tsconfig "target" is now "es2020" which could be potentially be breaking
pull/779/head
hasezoey 4 months ago
parent f3870ffddb
commit 896aef2c06
No known key found for this signature in database
GPG Key ID: 9F8C99E834CC54FB
  1. 2
      tsconfig.json

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2020",
"lib": [
"esnext"
],

Loading…
Cancel
Save