webTemplate/jsconfig.json

9 lines
97 B
JSON
Raw Permalink Normal View History

2026-08-20 15:55:38 +03:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}