FEAT => 本次更新项目为:
初始化appbuild
This commit is contained in:
30
Appbuild/jsconfig.json
Normal file
30
Appbuild/jsconfig.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@components/*": ["./components/*"],
|
||||
"@pages/*": ["./pages/*"],
|
||||
"@static/*": ["./static/*"],
|
||||
"@utils/*": ["./utils/*"],
|
||||
"@api/*": ["./api/*"],
|
||||
"@store/*": ["./store/*"],
|
||||
"@styles/*": ["./styles/*"]
|
||||
},
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.js",
|
||||
"**/*.vue",
|
||||
"**/*.json"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"unpackage",
|
||||
"dist"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user