Added formatters to all built-in config files.

Added formatters to all built-in JSON config files for the Open Ticket interactive CLI. The new save() feature from the ODJsonConfig class will be using this formatter to save the config to the filesystem.
This commit is contained in:
DJj123dj
2025-04-14 14:22:09 +02:00
parent f414fd77fc
commit 49504bc3de
3 changed files with 374 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"@types/terminal-kit": "^2.5.7",
"ansis": "^2.3.0",
"discord.js": "^14.17.2",
"formatted-json-stringify": "^1.1.0",
"formatted-json-stringify": "^1.2.0",
"terminal-kit": "^3.1.2",
"typescript": "^5.5.4"
},