mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-10-14 06:07:49 +00:00
chore: change menu icon
This commit is contained in:
@@ -14,13 +14,24 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["dom", "esnext"],
|
||||
"lib": [
|
||||
"dom",
|
||||
"esnext"
|
||||
],
|
||||
"incremental": true,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"/@/*": ["src/*"],
|
||||
"/@design/": ["src/design/index.less"]
|
||||
"/@/*": [
|
||||
"src/*"
|
||||
],
|
||||
"/@design/": [
|
||||
"src/design/index.less"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/*.js"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user