LLC/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

2025-02-10 19:37:08 +03:30
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}