mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-02 21:50:34 +00:00
11 lines
No EOL
224 B
JSON
11 lines
No EOL
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"*": ["webui/*"],
|
|
"/plugins/*": ["plugins/*"],
|
|
"/usr/plugins/*": ["usr/plugins/*"]
|
|
}
|
|
},
|
|
"include": ["webui/**/*.js"]
|
|
} |