e-verify/jsconfig.json

14 lines
265 B
JSON
Raw Permalink Normal View History

2024-05-14 22:19:14 +07:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/constant/*": ["constant/*"],
"@/components/*": ["components/*"],
"@/services/*": ["services/*"],
"@/context/*": ["context/*"],
"@/hooks/*": ["hooks/*"],
"@/public/*": ["public/*"]
}
}
}