20 lines
328 B
JSON
20 lines
328 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "esnext",
|
||
|
|
"module": "commonjs",
|
||
|
|
"baseUrl": "./",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./*"],
|
||
|
|
"~/*": ["./*"]
|
||
|
|
},
|
||
|
|
"lib": ["esnext", "dom"],
|
||
|
|
"types": ["@dcloudio/types"]
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules",
|
||
|
|
"unpackage",
|
||
|
|
"dist",
|
||
|
|
".hbuilderx",
|
||
|
|
".idea"
|
||
|
|
]
|
||
|
|
}
|