mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [".tmp-api-extractor/dts/**/*.d.ts"]
|
|
}
|