mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-12 02:39:23 +00:00
7 lines
172 B
JSON
7 lines
172 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"]
|
|
},
|
|
"include": ["src", "test", "examples", "../agent-core/src/prompt-modules.d.ts"]
|
|
}
|