Upgrade to Node.js 20.

This commit is contained in:
Daniel Scalzi
2024-02-22 10:49:07 -05:00
parent b783e4784d
commit 5f6c58d863
5 changed files with 213 additions and 299 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"lib": ["ES2022"],
"lib": ["ES2022", "DOM"],
"sourceMap": true,
"outDir": "dist",
"strict": true,