mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 21:00:15 +08:00
18 lines
256 B
JSON
18 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"vueCompilerOptions": {
|
|
"target": 2.7,
|
|
},
|
|
"include": [
|
|
"./src/**/*.js",
|
|
"./src/**/*.vue"
|
|
]
|
|
}
|