mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
- Use bracket notation for index signature properties - Add tsconfig.json for channels/base and channels/telegram packages Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|