omnichannel-next/jsconfig.json
2024-08-07 15:30:08 +07:00

8 lines
77 B
JSON

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