Files
SweetHome/jsconfig.json
2026-01-28 17:32:36 +03:00

8 lines
73 B
JSON

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