Files
hermes-web-ui/packages/ekko-agent/tsconfig.json
ekko a8a1810ea0 [codex] Add ekko agent chat runtime (#1925)
* add ekko agent runtime

* Add ekko agent chat runtime
2026-07-04 10:51:02 +08:00

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"]
}