chatglm/jsconfig.json

18 lines
307 B
JSON
Raw Normal View History

2024-12-21 23:45:23 +08:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"target": "ES6",
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}