mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
* enable json imports * Merge remote-tracking branch 'origin/main' into enable_json_imports
11 lines
255 B
JSON
11 lines
255 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
|
"composite": true
|
|
},
|
|
"include": ["index.ts", "src/**/*.ts", "src/**/*.json"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|