web/jsconfig.json

14 lines
300 B
JSON
Raw Normal View History

2024-05-27 01:22:39 +03:30
{
"compilerOptions": {
"paths": {
"@comp/*": ["./components/*"],
"@styles/*": ["./styles/*"],
"@assets/*": ["./assets/*"],
"@ctx/*": ["./Contexts/*"],
"@img/*": ["./public/images/*"],
"@layout/*": ["./layout/*"],
"@plug/*": ["./plugins/*"]
}
}
}