Files
SweetHome/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2026-01-28 17:32:36 +03:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}