UNPKG

@xieyongfeng/rack-cli

Version:

An integrated mainstream LLM CLI tool manager with unified configuration, supporting quick installation, configuration, and launching of LLM CLI tools.

22 lines (21 loc) 534 B
{ "compilerOptions": { "target": "ES2022", "module": "CommonJS", "outDir": "./dist", "rootDir": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "moduleResolution": "node", "noImplicitAny": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": true, "types": ["node"] }, "include": ["src/**/*.ts", "package.json"], "exclude": ["node_modules", "dist"] }