Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-17 23:35:09 +01:00
parent 89355bab8b
commit e8161935b1
15 changed files with 477 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"types": ["node"],
"declaration": true,
"declarationMap": true,
"outDir": "./dist",