mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
6 lines
141 B
JSON
6 lines
141 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {},
|
|
"include": ["src", "test"],
|
|
"exclude": ["test/type-safety-negative.ts"]
|
|
}
|