web_next/scheduler_app/jsconfig.json
2024-04-25 12:06:30 -05:00

7 lines
73 B
JSON

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