www_veda_2025/jsconfig.json
2025-08-13 18:37:34 +02:00

8 lines
77 B
JSON

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