mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-19 15:00:27 +00:00
a8a1810ea0
* add ekko agent runtime * Add ekko agent chat runtime
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|