NapCatQQ/packages/napcat-schema/tsconfig.json
手瓜一十雪 8f1dc3fdde Add napcat-schema package for OpenAPI generation
Introduces the napcat-schema package with scripts and configuration to auto-generate OpenAPI schemas for NapCat OneBot 11 actions. Refactors action handler export in napcat-onebot to support schema extraction.
2026-01-25 17:12:25 +08:00

11 lines
141 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": [
"*.ts",
"**/*.ts",
],
"exclude": [
"node_modules",
"dist"
]
}