web_next/donutshop_ecommerce/jsconfig.json
2024-05-06 16:59:45 -05:00

7 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}