Now that node24 is the min runtime, we can target a more recent version of ecmascript, and more recent libs

This commit is contained in:
diroussel 2025-09-23 09:04:08 +01:00
parent ff7abcd0c3
commit 96833ac418
2 changed files with 1315 additions and 1538 deletions

2849
dist/index.js vendored

File diff suppressed because it is too large Load diff

View file

@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "es6",
"target": "es2023",
"module": "commonjs",
"lib": [
"es6"
"es2023"
],
"outDir": "./lib",
"rootDir": "./src",