将包管理器更换为 pnpm,更新 Vue CLI 版本,调整配置文件
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"module": "CommonJS",
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"scripthost"
|
||||
],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
"sourceMap": false,
|
||||
"target": "ES5"
|
||||
"target": "es5"
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.vue",
|
||||
|
Reference in New Issue
Block a user