website/jsconfig.json
2024-11-23 14:43:06 +03:30

7 lines
73 B
JSON

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