mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 09:05:46 +00:00
- add Swagger/OpenAPI generation and /documentation UI\n- move REST route registration under /api/v1\n- generate route schemas from Zod definitions\n- add daemon Swagger e2e coverage and dev daemon scripts
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test",
|
|
"../../packages/*/src/**/*.ts",
|
|
"../../packages/*/src/**/*.tsx",
|
|
"../../packages/*/test/**/*.ts",
|
|
"../../packages/agent-core/src/prompt-modules.d.ts"
|
|
]
|
|
}
|