command-center/jsconfig.json

8 lines
77 B
JSON
Raw Permalink Normal View History

2024-12-18 08:31:26 +00:00
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}