omnichannel-next/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

2024-08-07 08:30:08 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}