Files
Arkendro/webui/jsconfig.json
Mathias Wagner 0eb7e9d4ca Create base webui
2025-09-09 12:00:12 +02:00

8 lines
96 B
JSON

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