mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 11:17:50 +08:00
15 lines
181 B
JSON
15 lines
181 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"build",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|