dnm: test update to node20

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-09-07 09:21:41 +02:00
parent b67fef219a
commit e4ad573aa8
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
8 changed files with 1850 additions and 598 deletions

View file

@ -1,8 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true,
"target": "es6",
"module": "commonjs",
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"strict": true,
"newLine": "lf",
"outDir": "./lib",