mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 04:29:36 +08:00
18 lines
217 B
JSON
18 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |