Files
cli/cli-center/tsconfig.json
abearxiong fb2b2d4d6f feat: add kv-code dependency and integrate kv-code editor in settings
- Added @kevisual/kv-code dependency to package.json
- Integrated kv-code editor in the FirstLogin and Config components
- Updated layout to include ToastContainer for notifications
- Implemented saveConfig functionality in store with success notifications
- Created detailed configuration documentation in 10-config.md
- Added typings.d.ts for type definitions
2025-12-19 13:10:46 +08:00

20 lines
326 B
JSON

{
"extends": "@kevisual/types/json/frontend.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
],
"@/agent": [
"./src/agent"
]
},
},
"include": [
"src/**/*",
"typings.d.ts",
"@kevisual/kv-code/typings.d.ts",
"agent/**/*"
],
}