You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
477 B
JSON
18 lines
477 B
JSON
3 days ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"],
|
||
|
"@@/*": ["./src/.umi/*"],
|
||
|
"umi": ["./node_module/umi"],
|
||
|
"@umijs/max": ["./node_module/umi"],
|
||
|
"@umijs/max/typings": ["./src/.umi/typings"],
|
||
|
"ahooks": ["./node_module/ahooks"],
|
||
|
"@ant-design/icons": ["./node_module/@ant-design/icons"],
|
||
|
"dayjs": ["./node_module/dayjs"]
|
||
|
}
|
||
|
}
|
||
|
}
|