kimi-code/packages/node-sdk/tsconfig.api-extractor.json
2026-05-22 15:54:50 +08:00

8 lines
163 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true
},
"include": [".tmp-api-extractor/dts/**/*.d.ts"]
}