You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
358 B
14 lines
358 B
1 year ago
|
// 帮助别名跳转的,先将就一下
|
||
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"baseUrl": "packages/fineui",
|
||
|
"outDir": "./dist/",
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["packages/fineui/src", "packages/fineui/src/*.js"],
|
||
|
"exclude": ["packages/fineui/node_modules"]
|
||
|
}
|