replace commander with brocli, update inquirer and add biome

This commit is contained in:
Aman Varshney
2025-02-10 23:50:08 +05:30
parent 85fa93c1a8
commit eccfd8a92a
9 changed files with 740 additions and 4035 deletions

View File

@@ -1,12 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src"]
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"outDir": "dist"
},
"include": ["src"]
}