mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-28 05:40:19 +08:00
15 lines
206 B
JSON
15 lines
206 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2015",
|
||
|
"module": "esnext",
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*.js",
|
||
|
"./src/**/*.vue"
|
||
|
]
|
||
|
}
|