mirror of
https://nb.sc.cn/shuguang/chatglm.git
synced 2025-01-23 04:08:43 +08:00
18 lines
307 B
JSON
18 lines
307 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"src/*"
|
||
|
]
|
||
|
},
|
||
|
"target": "ES6",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|