mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
10 lines
116 B
JSON
10 lines
116 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "preserve",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|