- 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
20 lines
326 B
JSON
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/**/*"
|
|
],
|
|
} |