mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
- rename packages/server-v2 to packages/kap-server and update every @moonshot-ai/server-v2 reference across apps, packages, flake.nix, and build scripts - remove the experimental `kimi v2` CLI prefix and its tests from the apps/kimi-code main entry - add legacy BackgroundTask protocol types and the `blocked` turn interrupt reason for cross-engine compatibility
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test",
|
|
"../../packages/*/src/**/*.ts",
|
|
"../../packages/*/src/**/*.tsx",
|
|
"../../packages/*/test/**/*.ts"
|
|
]
|
|
}
|