kimi-code/packages/kap-server/tsconfig.dev.json
haozhe.yang 304883ab81 refactor(kap-server): rename server-v2 package to kap-server
- 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
2026-07-07 16:56:19 +08:00

13 lines
250 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true
},
"include": [
"src",
"test",
"../../packages/*/src/**/*.ts",
"../../packages/*/src/**/*.tsx",
"../../packages/*/test/**/*.ts"
]
}