blivechat/frontend/jsconfig.json

18 lines
256 B
JSON
Raw Normal View History

2022-01-04 21:41:12 +08:00
{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"vueCompilerOptions": {
"target": 2.7,
},
2022-01-04 21:41:12 +08:00
"include": [
"./src/**/*.js",
"./src/**/*.vue"
]
}