This commit is contained in:
David Roussel 2025-09-23 09:44:49 +01:00 committed by GitHub
commit 439c8c5365
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1315 additions and 1538 deletions

791
dist/index.js vendored

File diff suppressed because it is too large Load diff

View file

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