mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
21 lines
303 B
JSON
21 lines
303 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"target": "es5",
|
||
|
"module": "esnext",
|
||
|
"baseUrl": "./",
|
||
|
"moduleResolution": "bundler",
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"src/*"
|
||
|
]
|
||
|
},
|
||
|
"lib": [
|
||
|
"esnext",
|
||
|
"dom",
|
||
|
"dom.iterable",
|
||
|
"scripthost"
|
||
|
]
|
||
|
}
|
||
|
}
|