fix: add cli

This commit is contained in:
2025-01-31 02:02:07 +08:00
parent ca5f4984a4
commit 733b697ee2
11 changed files with 818 additions and 54 deletions

12
tsconfig.scripts.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"composite": true,
"noUncheckedIndexedAccess": true,
"noEmit": true,
"types": ["node"]
},
"files": [],
"include": ["scripts/"]
}