feat: Start adding CLI stuff

This commit is contained in:
Wanjohi
2025-11-05 15:40:32 +03:00
parent dc3642153d
commit be69de81ca
20 changed files with 618 additions and 177 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"lib": ["ES2022", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
"target": "es2023",
"lib": ["ES2023", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"moduleDetection": "force",