mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
enable json imports (#165)
* enable json imports * Merge remote-tracking branch 'origin/main' into enable_json_imports
This commit is contained in:
parent
b1b9735889
commit
08463e6114
3 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
},
|
||||
"types": ["node", "vitest/globals"]
|
||||
},
|
||||
"include": ["index.ts", "src/**/*.ts", "src/**/*.tsx", "src/**/*.json"],
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"references": [{ "path": "../server" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue