mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-09-03 06:24:12 +08:00
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@views/*": ["./src/views/*"],
|
|
"@utils/*": ["./src/utils/*"],
|
|
"@components/*": ["./src/components/*"],
|
|
"@assets/*": ["./src/assets/*"]
|
|
}
|
|
}
|
|
}
|