14 lines
265 B
JSON
14 lines
265 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/constant/*": ["constant/*"],
|
||
|
|
"@/components/*": ["components/*"],
|
||
|
|
"@/services/*": ["services/*"],
|
||
|
|
"@/context/*": ["context/*"],
|
||
|
|
"@/hooks/*": ["hooks/*"],
|
||
|
|
"@/public/*": ["public/*"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|